Shades of Light Green #96ED83
Tints of Light Green #96ED83
RGB
CMYK
RGB Variations
Color information
#96ED83 (or 0x96ED83) is known color: Light Green. HEX triplet: 96, ED and 83. RGB value is (150,237,131). Sum of RGB (Red+Green+Blue) = 150+237+131=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96ED83 is #69127C. Grayscale: #C7C7C7. Windows color (decimal): -6886013 or 8646038. OLE color: 8646038.
HSL color Cylindrical-coordinate representation of color #96ED83: hue angle of 109.25º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96ED83 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 237 | 131 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.07 |
| HSL | 109.25º | 0.75% | 0.72% | - |
| HSV(B) | 109.25º | 0.45% | 0.93% | - |
| XYZ | 46.96 | 68.69 | 32.26 | - |
| YUV | 198.9 | 89.68 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 237 | 131 | 0.37 | 0 | 0.45 | 0.07 | 109.25 | 0.75 | 0.72 |
| Hex | 96 | ED | 83 | 25 | 0 | 2D | 7 | 6D | 4B | 48 |
| Octal | 226 | 355 | 203 | 45 | 0 | 55 | 7 | 155 | 113 | 110 |
| Binary | 10010110 | 11101101 | 10000011 | 100101 | 0 | 101101 | 111 | 1101101 | 1001011 | 1001000 |
Color Harmonies of #96ED83
Complementary color
Monochromatic Colors of #96ED83
Black with #96ED83
Text Example
Text Example
White with #96ED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ED83; }
p { color: rgb(150,237,131); }
H1.HeaderClassName
{
color: #96ED83;
}
.AnyTagClassName
{
color: #96ED83;
}
</style>
background-color css
<style>
a { background-color: #96ED83; }
a { background-color: rgb(150,237,131); }
div.DivClassName
{
background-color: #96ED83;
}
.BgClassName
{
background-color: #96ED83;
}
</style>
border-color css
<style>
span { border-color: #96ED83; }
span { border-color: rgb(150,237,131); }
td.TdClassName
{
border-color: #96ED83;
}
.TagClassName
{
border-color: #96ED83;
}
</style>