Shades of Light Green #98F097
Tints of Light Green #98F097
RGB
CMYK
RGB Variations
Color information
#98F097 (or 0x98F097) is known color: Light Green. HEX triplet: 98, F0 and 97. RGB value is (152,240,151). Sum of RGB (Red+Green+Blue) = 152+240+151=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #98F097 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F097 is #670F68. Grayscale: #CBCBCB. Windows color (decimal): -6754153 or 9957528. OLE color: 9957528.
HSL color Cylindrical-coordinate representation of color #98F097: hue angle of 119.33º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F097 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 240 | 151 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.06 |
| HSL | 119.33º | 0.75% | 0.77% | - |
| HSV(B) | 119.33º | 0.37% | 0.94% | - |
| XYZ | 49.69 | 71.23 | 40.41 | - |
| YUV | 203.54 | 98.35 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 240 | 151 | 0.37 | 0 | 0.37 | 0.06 | 119.33 | 0.75 | 0.77 |
| Hex | 98 | F0 | 97 | 25 | 0 | 25 | 6 | 77 | 4B | 4D |
| Octal | 230 | 360 | 227 | 45 | 0 | 45 | 6 | 167 | 113 | 115 |
| Binary | 10011000 | 11110000 | 10010111 | 100101 | 0 | 100101 | 110 | 1110111 | 1001011 | 1001101 |
Color Harmonies of #98F097
Complementary color
Monochromatic Colors of #98F097
Black with #98F097
Text Example
Text Example
White with #98F097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F097; }
p { color: rgb(152,240,151); }
H1.HeaderClassName
{
color: #98F097;
}
.AnyTagClassName
{
color: #98F097;
}
</style>
background-color css
<style>
a { background-color: #98F097; }
a { background-color: rgb(152,240,151); }
div.DivClassName
{
background-color: #98F097;
}
.BgClassName
{
background-color: #98F097;
}
</style>
border-color css
<style>
span { border-color: #98F097; }
span { border-color: rgb(152,240,151); }
td.TdClassName
{
border-color: #98F097;
}
.TagClassName
{
border-color: #98F097;
}
</style>