Shades of Light Green #99EF8F
Tints of Light Green #99EF8F
RGB
CMYK
RGB Variations
Color information
#99EF8F (or 0x99EF8F) is known color: Light Green. HEX triplet: 99, EF and 8F. RGB value is (153,239,143). Sum of RGB (Red+Green+Blue) = 153+239+143=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #99EF8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EF8F is #661070. Grayscale: #CACACA. Windows color (decimal): -6688881 or 9432985. OLE color: 9432985.
HSL color Cylindrical-coordinate representation of color #99EF8F: hue angle of 113.75º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99EF8F is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 143 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.06 |
| HSL | 113.75º | 0.75% | 0.75% | - |
| HSV(B) | 113.75º | 0.4% | 0.94% | - |
| XYZ | 48.96 | 70.49 | 37.01 | - |
| YUV | 202.34 | 94.51 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 143 | 0.36 | 0 | 0.40 | 0.06 | 113.75 | 0.75 | 0.75 |
| Hex | 99 | EF | 8F | 24 | 0 | 28 | 6 | 72 | 4B | 4B |
| Octal | 231 | 357 | 217 | 44 | 0 | 50 | 6 | 162 | 113 | 113 |
| Binary | 10011001 | 11101111 | 10001111 | 100100 | 0 | 101000 | 110 | 1110010 | 1001011 | 1001011 |
Color Harmonies of #99EF8F
Complementary color
Monochromatic Colors of #99EF8F
Black with #99EF8F
Text Example
Text Example
White with #99EF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EF8F; }
p { color: rgb(153,239,143); }
H1.HeaderClassName
{
color: #99EF8F;
}
.AnyTagClassName
{
color: #99EF8F;
}
</style>
background-color css
<style>
a { background-color: #99EF8F; }
a { background-color: rgb(153,239,143); }
div.DivClassName
{
background-color: #99EF8F;
}
.BgClassName
{
background-color: #99EF8F;
}
</style>
border-color css
<style>
span { border-color: #99EF8F; }
span { border-color: rgb(153,239,143); }
td.TdClassName
{
border-color: #99EF8F;
}
.TagClassName
{
border-color: #99EF8F;
}
</style>