Shades of Light Green #98F977
Tints of Light Green #98F977
RGB
CMYK
RGB Variations
Color information
#98F977 (or 0x98F977) is known color: Light Green. HEX triplet: 98, F9 and 77. RGB value is (152,249,119). Sum of RGB (Red+Green+Blue) = 152+249+119=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #98F977 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F977 is #670688. Grayscale: #CDCDCD. Windows color (decimal): -6751881 or 7862680. OLE color: 7862680.
HSL color Cylindrical-coordinate representation of color #98F977: hue angle of 104.77º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98F977 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 249 | 119 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.02 |
| HSL | 104.77º | 0.92% | 0.72% | - |
| HSV(B) | 104.77º | 0.52% | 0.98% | - |
| XYZ | 50.15 | 75.76 | 29.43 | - |
| YUV | 205.18 | 79.36 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 249 | 119 | 0.39 | 0 | 0.52 | 0.02 | 104.77 | 0.92 | 0.72 |
| Hex | 98 | F9 | 77 | 27 | 0 | 34 | 2 | 69 | 5C | 48 |
| Octal | 230 | 371 | 167 | 47 | 0 | 64 | 2 | 151 | 134 | 110 |
| Binary | 10011000 | 11111001 | 1110111 | 100111 | 0 | 110100 | 10 | 1101001 | 1011100 | 1001000 |
Color Harmonies of #98F977
Complementary color
Monochromatic Colors of #98F977
Black with #98F977
Text Example
Text Example
White with #98F977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F977; }
p { color: rgb(152,249,119); }
H1.HeaderClassName
{
color: #98F977;
}
.AnyTagClassName
{
color: #98F977;
}
</style>
background-color css
<style>
a { background-color: #98F977; }
a { background-color: rgb(152,249,119); }
div.DivClassName
{
background-color: #98F977;
}
.BgClassName
{
background-color: #98F977;
}
</style>
border-color css
<style>
span { border-color: #98F977; }
span { border-color: rgb(152,249,119); }
td.TdClassName
{
border-color: #98F977;
}
.TagClassName
{
border-color: #98F977;
}
</style>