Shades of Light Green #96E397
Tints of Light Green #96E397
RGB
CMYK
RGB Variations
Color information
#96E397 (or 0x96E397) is known color: Light Green. HEX triplet: 96, E3 and 97. RGB value is (150,227,151). Sum of RGB (Red+Green+Blue) = 150+227+151=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #96E397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E397 is #691C68. Grayscale: #C3C3C3. Windows color (decimal): -6888553 or 9954198. OLE color: 9954198.
HSL color Cylindrical-coordinate representation of color #96E397: hue angle of 120.78º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E397 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 227 | 151 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.11 |
| HSL | 120.78º | 0.58% | 0.74% | - |
| HSV(B) | 120.78º | 0.34% | 0.89% | - |
| XYZ | 45.63 | 63.66 | 39.16 | - |
| YUV | 195.31 | 102.99 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 227 | 151 | 0.34 | 0 | 0.33 | 0.11 | 120.78 | 0.58 | 0.74 |
| Hex | 96 | E3 | 97 | 22 | 0 | 21 | B | 79 | 3A | 4A |
| Octal | 226 | 343 | 227 | 42 | 0 | 41 | 13 | 171 | 72 | 112 |
| Binary | 10010110 | 11100011 | 10010111 | 100010 | 0 | 100001 | 1011 | 1111001 | 111010 | 1001010 |
Color Harmonies of #96E397
Complementary color
Monochromatic Colors of #96E397
Black with #96E397
Text Example
Text Example
White with #96E397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E397; }
p { color: rgb(150,227,151); }
H1.HeaderClassName
{
color: #96E397;
}
.AnyTagClassName
{
color: #96E397;
}
</style>
background-color css
<style>
a { background-color: #96E397; }
a { background-color: rgb(150,227,151); }
div.DivClassName
{
background-color: #96E397;
}
.BgClassName
{
background-color: #96E397;
}
</style>
border-color css
<style>
span { border-color: #96E397; }
span { border-color: rgb(150,227,151); }
td.TdClassName
{
border-color: #96E397;
}
.TagClassName
{
border-color: #96E397;
}
</style>