Shades of Light Green #96E78F
Tints of Light Green #96E78F
RGB
CMYK
RGB Variations
Color information
#96E78F (or 0x96E78F) is known color: Light Green. HEX triplet: 96, E7 and 8F. RGB value is (150,231,143). Sum of RGB (Red+Green+Blue) = 150+231+143=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #96E78F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E78F is #691870. Grayscale: #C5C5C5. Windows color (decimal): -6887537 or 9430934. OLE color: 9430934.
HSL color Cylindrical-coordinate representation of color #96E78F: hue angle of 115.23º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96E78F is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 143 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.09 |
| HSL | 115.23º | 0.65% | 0.73% | - |
| HSV(B) | 115.23º | 0.38% | 0.91% | - |
| XYZ | 46.11 | 65.62 | 36.22 | - |
| YUV | 196.75 | 97.66 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 143 | 0.35 | 0 | 0.38 | 0.09 | 115.23 | 0.65 | 0.73 |
| Hex | 96 | E7 | 8F | 23 | 0 | 26 | 9 | 73 | 41 | 49 |
| Octal | 226 | 347 | 217 | 43 | 0 | 46 | 11 | 163 | 101 | 111 |
| Binary | 10010110 | 11100111 | 10001111 | 100011 | 0 | 100110 | 1001 | 1110011 | 1000001 | 1001001 |
Color Harmonies of #96E78F
Complementary color
Monochromatic Colors of #96E78F
Black with #96E78F
Text Example
Text Example
White with #96E78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E78F; }
p { color: rgb(150,231,143); }
H1.HeaderClassName
{
color: #96E78F;
}
.AnyTagClassName
{
color: #96E78F;
}
</style>
background-color css
<style>
a { background-color: #96E78F; }
a { background-color: rgb(150,231,143); }
div.DivClassName
{
background-color: #96E78F;
}
.BgClassName
{
background-color: #96E78F;
}
</style>
border-color css
<style>
span { border-color: #96E78F; }
span { border-color: rgb(150,231,143); }
td.TdClassName
{
border-color: #96E78F;
}
.TagClassName
{
border-color: #96E78F;
}
</style>