Shades of Light Green #96F58E
Tints of Light Green #96F58E
RGB
CMYK
RGB Variations
Color information
#96F58E (or 0x96F58E) is known color: Light Green. HEX triplet: 96, F5 and 8E. RGB value is (150,245,142). Sum of RGB (Red+Green+Blue) = 150+245+142=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #96F58E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F58E is #690A71. Grayscale: #CDCDCD. Windows color (decimal): -6883954 or 9368982. OLE color: 9368982.
HSL color Cylindrical-coordinate representation of color #96F58E: hue angle of 115.34º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96F58E is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 245 | 142 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.04 |
| HSL | 115.34º | 0.84% | 0.76% | - |
| HSV(B) | 115.34º | 0.42% | 0.96% | - |
| XYZ | 50.11 | 73.74 | 37.18 | - |
| YUV | 204.85 | 92.53 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 245 | 142 | 0.39 | 0 | 0.42 | 0.04 | 115.34 | 0.84 | 0.76 |
| Hex | 96 | F5 | 8E | 27 | 0 | 2A | 4 | 73 | 54 | 4C |
| Octal | 226 | 365 | 216 | 47 | 0 | 52 | 4 | 163 | 124 | 114 |
| Binary | 10010110 | 11110101 | 10001110 | 100111 | 0 | 101010 | 100 | 1110011 | 1010100 | 1001100 |
Color Harmonies of #96F58E
Complementary color
Monochromatic Colors of #96F58E
Black with #96F58E
Text Example
Text Example
White with #96F58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F58E; }
p { color: rgb(150,245,142); }
H1.HeaderClassName
{
color: #96F58E;
}
.AnyTagClassName
{
color: #96F58E;
}
</style>
background-color css
<style>
a { background-color: #96F58E; }
a { background-color: rgb(150,245,142); }
div.DivClassName
{
background-color: #96F58E;
}
.BgClassName
{
background-color: #96F58E;
}
</style>
border-color css
<style>
span { border-color: #96F58E; }
span { border-color: rgb(150,245,142); }
td.TdClassName
{
border-color: #96F58E;
}
.TagClassName
{
border-color: #96F58E;
}
</style>