Shades of Light Green #96E595
Tints of Light Green #96E595
RGB
CMYK
RGB Variations
Color information
#96E595 (or 0x96E595) is known color: Light Green. HEX triplet: 96, E5 and 95. RGB value is (150,229,149). Sum of RGB (Red+Green+Blue) = 150+229+149=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #96E595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E595 is #691A6A. Grayscale: #C4C4C4. Windows color (decimal): -6888043 or 9823638. OLE color: 9823638.
HSL color Cylindrical-coordinate representation of color #96E595: hue angle of 119.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E595 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 149 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.10 |
| HSL | 119.25º | 0.61% | 0.74% | - |
| HSV(B) | 119.25º | 0.35% | 0.9% | - |
| XYZ | 46.02 | 64.69 | 38.5 | - |
| YUV | 196.26 | 101.33 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 149 | 0.34 | 0 | 0.35 | 0.10 | 119.25 | 0.61 | 0.74 |
| Hex | 96 | E5 | 95 | 22 | 0 | 23 | A | 77 | 3D | 4A |
| Octal | 226 | 345 | 225 | 42 | 0 | 43 | 12 | 167 | 75 | 112 |
| Binary | 10010110 | 11100101 | 10010101 | 100010 | 0 | 100011 | 1010 | 1110111 | 111101 | 1001010 |
Color Harmonies of #96E595
Complementary color
Monochromatic Colors of #96E595
Black with #96E595
Text Example
Text Example
White with #96E595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E595; }
p { color: rgb(150,229,149); }
H1.HeaderClassName
{
color: #96E595;
}
.AnyTagClassName
{
color: #96E595;
}
</style>
background-color css
<style>
a { background-color: #96E595; }
a { background-color: rgb(150,229,149); }
div.DivClassName
{
background-color: #96E595;
}
.BgClassName
{
background-color: #96E595;
}
</style>
border-color css
<style>
span { border-color: #96E595; }
span { border-color: rgb(150,229,149); }
td.TdClassName
{
border-color: #96E595;
}
.TagClassName
{
border-color: #96E595;
}
</style>