Shades of Light Green #96FE74
Tints of Light Green #96FE74
RGB
CMYK
RGB Variations
Color information
#96FE74 (or 0x96FE74) is known color: Light Green. HEX triplet: 96, FE and 74. RGB value is (150,254,116). Sum of RGB (Red+Green+Blue) = 150+254+116=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FE74 is #69018B. Grayscale: #CFCFCF. Windows color (decimal): -6881676 or 7667350. OLE color: 7667350.
HSL color Cylindrical-coordinate representation of color #96FE74: hue angle of 105.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96FE74 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 116 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.00 |
| HSL | 105.22º | 0.99% | 0.73% | - |
| HSV(B) | 105.22º | 0.54% | 1% | - |
| XYZ | 51.17 | 78.63 | 29 | - |
| YUV | 207.17 | 76.54 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 116 | 0.41 | 0 | 0.54 | 0.00 | 105.22 | 0.99 | 0.73 |
| Hex | 96 | FE | 74 | 29 | 0 | 36 | 0 | 69 | 63 | 49 |
| Octal | 226 | 376 | 164 | 51 | 0 | 66 | 0 | 151 | 143 | 111 |
| Binary | 10010110 | 11111110 | 1110100 | 101001 | 0 | 110110 | 0 | 1101001 | 1100011 | 1001001 |
Color Harmonies of #96FE74
Complementary color
Monochromatic Colors of #96FE74
Black with #96FE74
Text Example
Text Example
White with #96FE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FE74; }
p { color: rgb(150,254,116); }
H1.HeaderClassName
{
color: #96FE74;
}
.AnyTagClassName
{
color: #96FE74;
}
</style>
background-color css
<style>
a { background-color: #96FE74; }
a { background-color: rgb(150,254,116); }
div.DivClassName
{
background-color: #96FE74;
}
.BgClassName
{
background-color: #96FE74;
}
</style>
border-color css
<style>
span { border-color: #96FE74; }
span { border-color: rgb(150,254,116); }
td.TdClassName
{
border-color: #96FE74;
}
.TagClassName
{
border-color: #96FE74;
}
</style>