Shades of Light Green #96E792
Tints of Light Green #96E792
RGB
CMYK
RGB Variations
Color information
#96E792 (or 0x96E792) is known color: Light Green. HEX triplet: 96, E7 and 92. RGB value is (150,231,146). Sum of RGB (Red+Green+Blue) = 150+231+146=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #96E792 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E792 is #69186D. Grayscale: #C5C5C5. Windows color (decimal): -6887534 or 9627542. OLE color: 9627542.
HSL color Cylindrical-coordinate representation of color #96E792: hue angle of 117.18º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96E792 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 146 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.09 |
| HSL | 117.18º | 0.64% | 0.74% | - |
| HSV(B) | 117.18º | 0.37% | 0.91% | - |
| XYZ | 46.34 | 65.71 | 37.44 | - |
| YUV | 197.09 | 99.16 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 146 | 0.35 | 0 | 0.37 | 0.09 | 117.18 | 0.64 | 0.74 |
| Hex | 96 | E7 | 92 | 23 | 0 | 25 | 9 | 75 | 40 | 4A |
| Octal | 226 | 347 | 222 | 43 | 0 | 45 | 11 | 165 | 100 | 112 |
| Binary | 10010110 | 11100111 | 10010010 | 100011 | 0 | 100101 | 1001 | 1110101 | 1000000 | 1001010 |
Color Harmonies of #96E792
Complementary color
Monochromatic Colors of #96E792
Black with #96E792
Text Example
Text Example
White with #96E792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E792; }
p { color: rgb(150,231,146); }
H1.HeaderClassName
{
color: #96E792;
}
.AnyTagClassName
{
color: #96E792;
}
</style>
background-color css
<style>
a { background-color: #96E792; }
a { background-color: rgb(150,231,146); }
div.DivClassName
{
background-color: #96E792;
}
.BgClassName
{
background-color: #96E792;
}
</style>
border-color css
<style>
span { border-color: #96E792; }
span { border-color: rgb(150,231,146); }
td.TdClassName
{
border-color: #96E792;
}
.TagClassName
{
border-color: #96E792;
}
</style>