Shades of Light Green #99F875
Tints of Light Green #99F875
RGB
CMYK
RGB Variations
Color information
#99F875 (or 0x99F875) is known color: Light Green. HEX triplet: 99, F8 and 75. RGB value is (153,248,117). Sum of RGB (Red+Green+Blue) = 153+248+117=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #99F875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F875 is #66078A. Grayscale: #CDCDCD. Windows color (decimal): -6686603 or 7731353. OLE color: 7731353.
HSL color Cylindrical-coordinate representation of color #99F875: hue angle of 103.51º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99F875 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 248 | 117 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.03 |
| HSL | 103.51º | 0.9% | 0.72% | - |
| HSV(B) | 103.51º | 0.53% | 0.97% | - |
| XYZ | 49.92 | 75.19 | 28.71 | - |
| YUV | 204.66 | 78.53 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 248 | 117 | 0.38 | 0 | 0.53 | 0.03 | 103.51 | 0.9 | 0.72 |
| Hex | 99 | F8 | 75 | 26 | 0 | 35 | 3 | 68 | 5A | 48 |
| Octal | 231 | 370 | 165 | 46 | 0 | 65 | 3 | 150 | 132 | 110 |
| Binary | 10011001 | 11111000 | 1110101 | 100110 | 0 | 110101 | 11 | 1101000 | 1011010 | 1001000 |
Color Harmonies of #99F875
Complementary color
Monochromatic Colors of #99F875
Black with #99F875
Text Example
Text Example
White with #99F875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F875; }
p { color: rgb(153,248,117); }
H1.HeaderClassName
{
color: #99F875;
}
.AnyTagClassName
{
color: #99F875;
}
</style>
background-color css
<style>
a { background-color: #99F875; }
a { background-color: rgb(153,248,117); }
div.DivClassName
{
background-color: #99F875;
}
.BgClassName
{
background-color: #99F875;
}
</style>
border-color css
<style>
span { border-color: #99F875; }
span { border-color: rgb(153,248,117); }
td.TdClassName
{
border-color: #99F875;
}
.TagClassName
{
border-color: #99F875;
}
</style>