Shades of Light Green #96FE7C
Tints of Light Green #96FE7C
RGB
CMYK
RGB Variations
Color information
#96FE7C (or 0x96FE7C) is known color: Light Green. HEX triplet: 96, FE and 7C. RGB value is (150,254,124). Sum of RGB (Red+Green+Blue) = 150+254+124=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FE7C is #690183. Grayscale: #D0D0D0. Windows color (decimal): -6881668 or 8191638. OLE color: 8191638.
HSL color Cylindrical-coordinate representation of color #96FE7C: hue angle of 108º 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 #96FE7C is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 124 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.00 |
| HSL | 108º | 0.98% | 0.74% | - |
| HSV(B) | 108º | 0.51% | 1% | - |
| XYZ | 51.66 | 78.82 | 31.56 | - |
| YUV | 208.08 | 80.54 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 124 | 0.41 | 0 | 0.51 | 0.00 | 108 | 0.98 | 0.74 |
| Hex | 96 | FE | 7C | 29 | 0 | 33 | 0 | 6C | 62 | 4A |
| Octal | 226 | 376 | 174 | 51 | 0 | 63 | 0 | 154 | 142 | 112 |
| Binary | 10010110 | 11111110 | 1111100 | 101001 | 0 | 110011 | 0 | 1101100 | 1100010 | 1001010 |
Color Harmonies of #96FE7C
Complementary color
Monochromatic Colors of #96FE7C
Black with #96FE7C
Text Example
Text Example
White with #96FE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FE7C; }
p { color: rgb(150,254,124); }
H1.HeaderClassName
{
color: #96FE7C;
}
.AnyTagClassName
{
color: #96FE7C;
}
</style>
background-color css
<style>
a { background-color: #96FE7C; }
a { background-color: rgb(150,254,124); }
div.DivClassName
{
background-color: #96FE7C;
}
.BgClassName
{
background-color: #96FE7C;
}
</style>
border-color css
<style>
span { border-color: #96FE7C; }
span { border-color: rgb(150,254,124); }
td.TdClassName
{
border-color: #96FE7C;
}
.TagClassName
{
border-color: #96FE7C;
}
</style>