Shades of Light Green #81EC97
Tints of Light Green #81EC97
RGB
CMYK
RGB Variations
Color information
#81EC97 (or 0x81EC97) is known color: Light Green. HEX triplet: 81, EC and 97. RGB value is (129,236,151). Sum of RGB (Red+Green+Blue) = 129+236+151=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EC97 is #7E1368. Grayscale: #C2C2C2. Windows color (decimal): -8262505 or 9956481. OLE color: 9956481.
HSL color Cylindrical-coordinate representation of color #81EC97: hue angle of 132.34º 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 #81EC97 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 151 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.07 |
| HSL | 132.34º | 0.74% | 0.72% | - |
| HSV(B) | 132.34º | 0.45% | 0.93% | - |
| XYZ | 44.63 | 66.89 | 39.84 | - |
| YUV | 194.32 | 103.55 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 151 | 0.45 | 0 | 0.36 | 0.07 | 132.34 | 0.74 | 0.72 |
| Hex | 81 | EC | 97 | 2D | 0 | 24 | 7 | 84 | 4A | 48 |
| Octal | 201 | 354 | 227 | 55 | 0 | 44 | 7 | 204 | 112 | 110 |
| Binary | 10000001 | 11101100 | 10010111 | 101101 | 0 | 100100 | 111 | 10000100 | 1001010 | 1001000 |
Color Harmonies of #81EC97
Complementary color
Monochromatic Colors of #81EC97
Black with #81EC97
Text Example
Text Example
White with #81EC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC97; }
p { color: rgb(129,236,151); }
H1.HeaderClassName
{
color: #81EC97;
}
.AnyTagClassName
{
color: #81EC97;
}
</style>
background-color css
<style>
a { background-color: #81EC97; }
a { background-color: rgb(129,236,151); }
div.DivClassName
{
background-color: #81EC97;
}
.BgClassName
{
background-color: #81EC97;
}
</style>
border-color css
<style>
span { border-color: #81EC97; }
span { border-color: rgb(129,236,151); }
td.TdClassName
{
border-color: #81EC97;
}
.TagClassName
{
border-color: #81EC97;
}
</style>