Shades of Light Green #96F47F
Tints of Light Green #96F47F
RGB
CMYK
RGB Variations
Color information
#96F47F (or 0x96F47F) is known color: Light Green. HEX triplet: 96, F4 and 7F. RGB value is (150,244,127). Sum of RGB (Red+Green+Blue) = 150+244+127=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #96F47F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F47F is #690B80. Grayscale: #CACACA. Windows color (decimal): -6884225 or 8385686. OLE color: 8385686.
HSL color Cylindrical-coordinate representation of color #96F47F: hue angle of 108.21º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96F47F is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 244 | 127 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.04 |
| HSL | 108.21º | 0.84% | 0.73% | - |
| HSV(B) | 108.21º | 0.48% | 0.96% | - |
| XYZ | 48.76 | 72.72 | 31.54 | - |
| YUV | 202.56 | 85.36 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 244 | 127 | 0.39 | 0 | 0.48 | 0.04 | 108.21 | 0.84 | 0.73 |
| Hex | 96 | F4 | 7F | 27 | 0 | 30 | 4 | 6C | 54 | 49 |
| Octal | 226 | 364 | 177 | 47 | 0 | 60 | 4 | 154 | 124 | 111 |
| Binary | 10010110 | 11110100 | 1111111 | 100111 | 0 | 110000 | 100 | 1101100 | 1010100 | 1001001 |
Color Harmonies of #96F47F
Complementary color
Monochromatic Colors of #96F47F
Black with #96F47F
Text Example
Text Example
White with #96F47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F47F; }
p { color: rgb(150,244,127); }
H1.HeaderClassName
{
color: #96F47F;
}
.AnyTagClassName
{
color: #96F47F;
}
</style>
background-color css
<style>
a { background-color: #96F47F; }
a { background-color: rgb(150,244,127); }
div.DivClassName
{
background-color: #96F47F;
}
.BgClassName
{
background-color: #96F47F;
}
</style>
border-color css
<style>
span { border-color: #96F47F; }
span { border-color: rgb(150,244,127); }
td.TdClassName
{
border-color: #96F47F;
}
.TagClassName
{
border-color: #96F47F;
}
</style>