Shades of Light Green #99F982
Tints of Light Green #99F982
RGB
CMYK
RGB Variations
Color information
#99F982 (or 0x99F982) is known color: Light Green. HEX triplet: 99, F9 and 82. RGB value is (153,249,130). Sum of RGB (Red+Green+Blue) = 153+249+130=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #99F982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99F982 is #66067D. Grayscale: #CFCFCF. Windows color (decimal): -6686334 or 8583577. OLE color: 8583577.
HSL color Cylindrical-coordinate representation of color #99F982: hue angle of 108.4º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99F982 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 249 | 130 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.02 |
| HSL | 108.4º | 0.91% | 0.74% | - |
| HSV(B) | 108.4º | 0.48% | 0.98% | - |
| XYZ | 51.04 | 76.14 | 33.12 | - |
| YUV | 206.73 | 84.7 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 249 | 130 | 0.39 | 0 | 0.48 | 0.02 | 108.4 | 0.91 | 0.74 |
| Hex | 99 | F9 | 82 | 27 | 0 | 30 | 2 | 6C | 5B | 4A |
| Octal | 231 | 371 | 202 | 47 | 0 | 60 | 2 | 154 | 133 | 112 |
| Binary | 10011001 | 11111001 | 10000010 | 100111 | 0 | 110000 | 10 | 1101100 | 1011011 | 1001010 |
Color Harmonies of #99F982
Complementary color
Monochromatic Colors of #99F982
Black with #99F982
Text Example
Text Example
White with #99F982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F982; }
p { color: rgb(153,249,130); }
H1.HeaderClassName
{
color: #99F982;
}
.AnyTagClassName
{
color: #99F982;
}
</style>
background-color css
<style>
a { background-color: #99F982; }
a { background-color: rgb(153,249,130); }
div.DivClassName
{
background-color: #99F982;
}
.BgClassName
{
background-color: #99F982;
}
</style>
border-color css
<style>
span { border-color: #99F982; }
span { border-color: rgb(153,249,130); }
td.TdClassName
{
border-color: #99F982;
}
.TagClassName
{
border-color: #99F982;
}
</style>