Shades of Light Green #99F082
Tints of Light Green #99F082
RGB
CMYK
RGB Variations
Color information
#99F082 (or 0x99F082) is known color: Light Green. HEX triplet: 99, F0 and 82. RGB value is (153,240,130). Sum of RGB (Red+Green+Blue) = 153+240+130=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #99F082 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99F082 is #660F7D. Grayscale: #C9C9C9. Windows color (decimal): -6688638 or 8581273. OLE color: 8581273.
HSL color Cylindrical-coordinate representation of color #99F082: hue angle of 107.45º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99F082 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 240 | 130 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.06 |
| HSL | 107.45º | 0.79% | 0.73% | - |
| HSV(B) | 107.45º | 0.46% | 0.94% | - |
| XYZ | 48.33 | 70.7 | 32.22 | - |
| YUV | 201.45 | 87.68 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 240 | 130 | 0.36 | 0 | 0.46 | 0.06 | 107.45 | 0.79 | 0.73 |
| Hex | 99 | F0 | 82 | 24 | 0 | 2E | 6 | 6B | 4F | 49 |
| Octal | 231 | 360 | 202 | 44 | 0 | 56 | 6 | 153 | 117 | 111 |
| Binary | 10011001 | 11110000 | 10000010 | 100100 | 0 | 101110 | 110 | 1101011 | 1001111 | 1001001 |
Color Harmonies of #99F082
Complementary color
Monochromatic Colors of #99F082
Black with #99F082
Text Example
Text Example
White with #99F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F082; }
p { color: rgb(153,240,130); }
H1.HeaderClassName
{
color: #99F082;
}
.AnyTagClassName
{
color: #99F082;
}
</style>
background-color css
<style>
a { background-color: #99F082; }
a { background-color: rgb(153,240,130); }
div.DivClassName
{
background-color: #99F082;
}
.BgClassName
{
background-color: #99F082;
}
</style>
border-color css
<style>
span { border-color: #99F082; }
span { border-color: rgb(153,240,130); }
td.TdClassName
{
border-color: #99F082;
}
.TagClassName
{
border-color: #99F082;
}
</style>