Shades of Light Green #96FF71
Tints of Light Green #96FF71
RGB
CMYK
RGB Variations
Color information
#96FF71 (or 0x96FF71) is known color: Light Green. HEX triplet: 96, FF and 71. RGB value is (150,255,113). Sum of RGB (Red+Green+Blue) = 150+255+113=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FF71 is #69008E. Grayscale: #CFCFCF. Windows color (decimal): -6881423 or 7470998. OLE color: 7470998.
HSL color Cylindrical-coordinate representation of color #96FF71: hue angle of 104.37º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96FF71 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 113 | - |
| CMYK | 0.41 | 0 | 0.56 | 0 |
| HSL | 104.37º | 1% | 0.72% | - |
| HSV(B) | 104.37º | 0.56% | 1% | - |
| XYZ | 51.32 | 79.2 | 28.2 | - |
| YUV | 207.42 | 74.71 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 113 | 0.41 | 0 | 0.56 | 0 | 104.37 | 1 | 0.72 |
| Hex | 96 | FF | 71 | 29 | 0 | 38 | 0 | 68 | 64 | 48 |
| Octal | 226 | 377 | 161 | 51 | 0 | 70 | 0 | 150 | 144 | 110 |
| Binary | 10010110 | 11111111 | 1110001 | 101001 | 0 | 111000 | 0 | 1101000 | 1100100 | 1001000 |
Color Harmonies of #96FF71
Complementary color
Monochromatic Colors of #96FF71
Black with #96FF71
Text Example
Text Example
White with #96FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF71; }
p { color: rgb(150,255,113); }
H1.HeaderClassName
{
color: #96FF71;
}
.AnyTagClassName
{
color: #96FF71;
}
</style>
background-color css
<style>
a { background-color: #96FF71; }
a { background-color: rgb(150,255,113); }
div.DivClassName
{
background-color: #96FF71;
}
.BgClassName
{
background-color: #96FF71;
}
</style>
border-color css
<style>
span { border-color: #96FF71; }
span { border-color: rgb(150,255,113); }
td.TdClassName
{
border-color: #96FF71;
}
.TagClassName
{
border-color: #96FF71;
}
</style>