RGB, CMYK, HSV, and HSL values for the color represented by the HEX code #98fb98.
RGB: 152, 251, 152 | CMYK: 39%, 0%, 39%, 2% |
HSV: H: 120° S: 39% V: 98% | HSL: H: 120° S: 93% L: 79% |
#98FB98 Color Preview
#98fb98 is a shade of green color with RGB values (152, 251, 152). As mentioned above, this color is a combination of CMYK: 39% Cyan, 0% Magenta, 39% Yellow, and 2% Key (Black) in the CMYK color model.
As mentioned in the table, the HSL cylindrical-coordinate representations have the following values: Hue (H): 120°, Saturation (S): 93%, and Lightness (L): 79%.
The HSV values for #98fb98 are as follows: Hue (H): 120°, Saturation (S): 39%, Value (V): 98%.
RGB Values
RGB Values in Percentage
CMYK Distribution
Below is the visual demonstration of #98FB98 color shade that interacts to create distinct effects on black and white backgrounds and texts.
<div style="color: #98FB98; background-color: #000000;">This is sample text</div>
<div style="color: #000000; background-color: #98FB98;">This is sample text</div>
<div style="color: #ffffff; background-color: #98FB98;">This is sample text</div>
<div style="color: #98FB98;">This is sample text</div>
CSS Codes
You can freely substitute any of these values for CSS properties that require a color input: color, background color, and border color.
color: rgb(152, 251, 152);
color: #98FB98;
Examples
color: rgb(152, 251, 152);
background-color: rgb(152, 251, 152);
border-color: rgb(152, 251, 152);
color: #98FB98;
background-color: #98FB98;
border-color: #98FB98;
Color schemes with #98FB98
Analogous
Here, the analogous color with hex code #98FB98 has #98FBCA and #CAFB98 at 30 degrees clockwise and counterclockwise.
Monochromatic
For the shade with hex code #98FB98, a monochromatic palette will feature a corresponding shade #67F967, originating from the same hue.
Triadic
The triadic palette built around #98FB98 uses two accents #9898FB and #FB9898, each 120 degrees apart from the main hue.
Complementary
The complementary color for #98FB98 is #FB98FB.
Tetradic
Here, for the primary color #98FB98, the complementary shade is #98CAFB plus two accent colors, i.e., #FB98FB and #FBCA98.