Shades of Light Green #96FF74
Tints of Light Green #96FF74
RGB
CMYK
RGB Variations
Color information
#96FF74 (or 0x96FF74) is known color: Light Green. HEX triplet: 96, FF and 74. RGB value is (150,255,116). Sum of RGB (Red+Green+Blue) = 150+255+116=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FF74 is #69008B. Grayscale: #D0D0D0. Windows color (decimal): -6881420 or 7667606. OLE color: 7667606.
HSL color Cylindrical-coordinate representation of color #96FF74: hue angle of 105.32º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96FF74 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 116 | - |
| CMYK | 0.41 | 0 | 0.55 | 0 |
| HSL | 105.32º | 1% | 0.73% | - |
| HSV(B) | 105.32º | 0.55% | 1% | - |
| XYZ | 51.49 | 79.26 | 29.11 | - |
| YUV | 207.76 | 76.21 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 116 | 0.41 | 0 | 0.55 | 0 | 105.32 | 1 | 0.73 |
| Hex | 96 | FF | 74 | 29 | 0 | 37 | 0 | 69 | 64 | 49 |
| Octal | 226 | 377 | 164 | 51 | 0 | 67 | 0 | 151 | 144 | 111 |
| Binary | 10010110 | 11111111 | 1110100 | 101001 | 0 | 110111 | 0 | 1101001 | 1100100 | 1001001 |
Color Harmonies of #96FF74
Complementary color
Monochromatic Colors of #96FF74
Black with #96FF74
Text Example
Text Example
White with #96FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF74; }
p { color: rgb(150,255,116); }
H1.HeaderClassName
{
color: #96FF74;
}
.AnyTagClassName
{
color: #96FF74;
}
</style>
background-color css
<style>
a { background-color: #96FF74; }
a { background-color: rgb(150,255,116); }
div.DivClassName
{
background-color: #96FF74;
}
.BgClassName
{
background-color: #96FF74;
}
</style>
border-color css
<style>
span { border-color: #96FF74; }
span { border-color: rgb(150,255,116); }
td.TdClassName
{
border-color: #96FF74;
}
.TagClassName
{
border-color: #96FF74;
}
</style>