Shades of Light Green #96FE7D
Tints of Light Green #96FE7D
RGB
CMYK
RGB Variations
Color information
#96FE7D (or 0x96FE7D) is known color: Light Green. HEX triplet: 96, FE and 7D. RGB value is (150,254,125). Sum of RGB (Red+Green+Blue) = 150+254+125=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FE7D is #690182. Grayscale: #D0D0D0. Windows color (decimal): -6881667 or 8257174. OLE color: 8257174.
HSL color Cylindrical-coordinate representation of color #96FE7D: hue angle of 108.37º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96FE7D is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 125 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.00 |
| HSL | 108.37º | 0.98% | 0.74% | - |
| HSV(B) | 108.37º | 0.51% | 1% | - |
| XYZ | 51.72 | 78.85 | 31.9 | - |
| YUV | 208.2 | 81.04 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 125 | 0.41 | 0 | 0.51 | 0.00 | 108.37 | 0.98 | 0.74 |
| Hex | 96 | FE | 7D | 29 | 0 | 33 | 0 | 6C | 62 | 4A |
| Octal | 226 | 376 | 175 | 51 | 0 | 63 | 0 | 154 | 142 | 112 |
| Binary | 10010110 | 11111110 | 1111101 | 101001 | 0 | 110011 | 0 | 1101100 | 1100010 | 1001010 |
Color Harmonies of #96FE7D
Complementary color
Monochromatic Colors of #96FE7D
Black with #96FE7D
Text Example
Text Example
White with #96FE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FE7D; }
p { color: rgb(150,254,125); }
H1.HeaderClassName
{
color: #96FE7D;
}
.AnyTagClassName
{
color: #96FE7D;
}
</style>
background-color css
<style>
a { background-color: #96FE7D; }
a { background-color: rgb(150,254,125); }
div.DivClassName
{
background-color: #96FE7D;
}
.BgClassName
{
background-color: #96FE7D;
}
</style>
border-color css
<style>
span { border-color: #96FE7D; }
span { border-color: rgb(150,254,125); }
td.TdClassName
{
border-color: #96FE7D;
}
.TagClassName
{
border-color: #96FE7D;
}
</style>