Shades of Light Green #81EC96
Tints of Light Green #81EC96
RGB
CMYK
RGB Variations
Color information
#81EC96 (or 0x81EC96) is known color: Light Green. HEX triplet: 81, EC and 96. RGB value is (129,236,150). Sum of RGB (Red+Green+Blue) = 129+236+150=515 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.05% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EC96 is #7E1369. Grayscale: #C2C2C2. Windows color (decimal): -8262506 or 9890945. OLE color: 9890945.
HSL color Cylindrical-coordinate representation of color #81EC96: hue angle of 131.78º degrees, saturation: 0.74, 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 #81EC96 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 150 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.07 |
| HSL | 131.78º | 0.74% | 0.72% | - |
| HSV(B) | 131.78º | 0.45% | 0.93% | - |
| XYZ | 44.55 | 66.86 | 39.41 | - |
| YUV | 194.2 | 103.05 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 150 | 0.45 | 0 | 0.36 | 0.07 | 131.78 | 0.74 | 0.72 |
| Hex | 81 | EC | 96 | 2D | 0 | 24 | 7 | 84 | 4A | 48 |
| Octal | 201 | 354 | 226 | 55 | 0 | 44 | 7 | 204 | 112 | 110 |
| Binary | 10000001 | 11101100 | 10010110 | 101101 | 0 | 100100 | 111 | 10000100 | 1001010 | 1001000 |
Color Harmonies of #81EC96
Complementary color
Monochromatic Colors of #81EC96
Black with #81EC96
Text Example
Text Example
White with #81EC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC96; }
p { color: rgb(129,236,150); }
H1.HeaderClassName
{
color: #81EC96;
}
.AnyTagClassName
{
color: #81EC96;
}
</style>
background-color css
<style>
a { background-color: #81EC96; }
a { background-color: rgb(129,236,150); }
div.DivClassName
{
background-color: #81EC96;
}
.BgClassName
{
background-color: #81EC96;
}
</style>
border-color css
<style>
span { border-color: #81EC96; }
span { border-color: rgb(129,236,150); }
td.TdClassName
{
border-color: #81EC96;
}
.TagClassName
{
border-color: #81EC96;
}
</style>