Shades of Light Green #99F085
Tints of Light Green #99F085
RGB
CMYK
RGB Variations
Color information
#99F085 (or 0x99F085) is known color: Light Green. HEX triplet: 99, F0 and 85. RGB value is (153,240,133). Sum of RGB (Red+Green+Blue) = 153+240+133=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #99F085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99F085 is #660F7A. Grayscale: #CACACA. Windows color (decimal): -6688635 or 8777881. OLE color: 8777881.
HSL color Cylindrical-coordinate representation of color #99F085: hue angle of 108.79º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99F085 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 240 | 133 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.06 |
| HSL | 108.79º | 0.78% | 0.73% | - |
| HSV(B) | 108.79º | 0.45% | 0.94% | - |
| XYZ | 48.53 | 70.79 | 33.3 | - |
| YUV | 201.79 | 89.18 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 240 | 133 | 0.36 | 0 | 0.45 | 0.06 | 108.79 | 0.78 | 0.73 |
| Hex | 99 | F0 | 85 | 24 | 0 | 2D | 6 | 6D | 4E | 49 |
| Octal | 231 | 360 | 205 | 44 | 0 | 55 | 6 | 155 | 116 | 111 |
| Binary | 10011001 | 11110000 | 10000101 | 100100 | 0 | 101101 | 110 | 1101101 | 1001110 | 1001001 |
Color Harmonies of #99F085
Complementary color
Monochromatic Colors of #99F085
Black with #99F085
Text Example
Text Example
White with #99F085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F085; }
p { color: rgb(153,240,133); }
H1.HeaderClassName
{
color: #99F085;
}
.AnyTagClassName
{
color: #99F085;
}
</style>
background-color css
<style>
a { background-color: #99F085; }
a { background-color: rgb(153,240,133); }
div.DivClassName
{
background-color: #99F085;
}
.BgClassName
{
background-color: #99F085;
}
</style>
border-color css
<style>
span { border-color: #99F085; }
span { border-color: rgb(153,240,133); }
td.TdClassName
{
border-color: #99F085;
}
.TagClassName
{
border-color: #99F085;
}
</style>