Shades of Light Green #99FA85
Tints of Light Green #99FA85
RGB
CMYK
RGB Variations
Color information
#99FA85 (or 0x99FA85) is known color: Light Green. HEX triplet: 99, FA and 85. RGB value is (153,250,133). Sum of RGB (Red+Green+Blue) = 153+250+133=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #99FA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99FA85 is #66057A. Grayscale: #D0D0D0. Windows color (decimal): -6686075 or 8780441. OLE color: 8780441.
HSL color Cylindrical-coordinate representation of color #99FA85: hue angle of 109.74º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99FA85 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 133 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.02 |
| HSL | 109.74º | 0.92% | 0.75% | - |
| HSV(B) | 109.74º | 0.47% | 0.98% | - |
| XYZ | 51.56 | 76.84 | 34.3 | - |
| YUV | 207.66 | 85.86 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 133 | 0.39 | 0 | 0.47 | 0.02 | 109.74 | 0.92 | 0.75 |
| Hex | 99 | FA | 85 | 27 | 0 | 2F | 2 | 6E | 5C | 4B |
| Octal | 231 | 372 | 205 | 47 | 0 | 57 | 2 | 156 | 134 | 113 |
| Binary | 10011001 | 11111010 | 10000101 | 100111 | 0 | 101111 | 10 | 1101110 | 1011100 | 1001011 |
Color Harmonies of #99FA85
Complementary color
Monochromatic Colors of #99FA85
Black with #99FA85
Text Example
Text Example
White with #99FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FA85; }
p { color: rgb(153,250,133); }
H1.HeaderClassName
{
color: #99FA85;
}
.AnyTagClassName
{
color: #99FA85;
}
</style>
background-color css
<style>
a { background-color: #99FA85; }
a { background-color: rgb(153,250,133); }
div.DivClassName
{
background-color: #99FA85;
}
.BgClassName
{
background-color: #99FA85;
}
</style>
border-color css
<style>
span { border-color: #99FA85; }
span { border-color: rgb(153,250,133); }
td.TdClassName
{
border-color: #99FA85;
}
.TagClassName
{
border-color: #99FA85;
}
</style>