Shades of Light Green #96FF7D
Tints of Light Green #96FF7D
RGB
CMYK
RGB Variations
Color information
#96FF7D (or 0x96FF7D) is known color: Light Green. HEX triplet: 96, FF and 7D. RGB value is (150,255,125). Sum of RGB (Red+Green+Blue) = 150+255+125=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FF7D is #690082. Grayscale: #D1D1D1. Windows color (decimal): -6881411 or 8257430. OLE color: 8257430.
HSL color Cylindrical-coordinate representation of color #96FF7D: hue angle of 108.46º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96FF7D is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 125 | - |
| CMYK | 0.41 | 0 | 0.51 | 0 |
| HSL | 108.46º | 1% | 0.75% | - |
| HSV(B) | 108.46º | 0.51% | 1% | - |
| XYZ | 52.04 | 79.48 | 32 | - |
| YUV | 208.79 | 80.71 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 125 | 0.41 | 0 | 0.51 | 0 | 108.46 | 1 | 0.75 |
| Hex | 96 | FF | 7D | 29 | 0 | 33 | 0 | 6C | 64 | 4B |
| Octal | 226 | 377 | 175 | 51 | 0 | 63 | 0 | 154 | 144 | 113 |
| Binary | 10010110 | 11111111 | 1111101 | 101001 | 0 | 110011 | 0 | 1101100 | 1100100 | 1001011 |
Color Harmonies of #96FF7D
Complementary color
Monochromatic Colors of #96FF7D
Black with #96FF7D
Text Example
Text Example
White with #96FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF7D; }
p { color: rgb(150,255,125); }
H1.HeaderClassName
{
color: #96FF7D;
}
.AnyTagClassName
{
color: #96FF7D;
}
</style>
background-color css
<style>
a { background-color: #96FF7D; }
a { background-color: rgb(150,255,125); }
div.DivClassName
{
background-color: #96FF7D;
}
.BgClassName
{
background-color: #96FF7D;
}
</style>
border-color css
<style>
span { border-color: #96FF7D; }
span { border-color: rgb(150,255,125); }
td.TdClassName
{
border-color: #96FF7D;
}
.TagClassName
{
border-color: #96FF7D;
}
</style>