Shades of Light Green #81EA97
Tints of Light Green #81EA97
RGB
CMYK
RGB Variations
Color information
#81EA97 (or 0x81EA97) is known color: Light Green. HEX triplet: 81, EA and 97. RGB value is (129,234,151). Sum of RGB (Red+Green+Blue) = 129+234+151=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #81EA97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EA97 is #7E1568. Grayscale: #C1C1C1. Windows color (decimal): -8263017 or 9955969. OLE color: 9955969.
HSL color Cylindrical-coordinate representation of color #81EA97: hue angle of 132.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81EA97 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 234 | 151 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.08 |
| HSL | 132.57º | 0.71% | 0.71% | - |
| HSV(B) | 132.57º | 0.45% | 0.92% | - |
| XYZ | 44.06 | 65.75 | 39.65 | - |
| YUV | 193.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 151 | 0.45 | 0 | 0.35 | 0.08 | 132.57 | 0.71 | 0.71 |
| Hex | 81 | EA | 97 | 2D | 0 | 23 | 8 | 85 | 47 | 47 |
| Octal | 201 | 352 | 227 | 55 | 0 | 43 | 10 | 205 | 107 | 107 |
| Binary | 10000001 | 11101010 | 10010111 | 101101 | 0 | 100011 | 1000 | 10000101 | 1000111 | 1000111 |
Color Harmonies of #81EA97
Complementary color
Monochromatic Colors of #81EA97
Black with #81EA97
Text Example
Text Example
White with #81EA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EA97; }
p { color: rgb(129,234,151); }
H1.HeaderClassName
{
color: #81EA97;
}
.AnyTagClassName
{
color: #81EA97;
}
</style>
background-color css
<style>
a { background-color: #81EA97; }
a { background-color: rgb(129,234,151); }
div.DivClassName
{
background-color: #81EA97;
}
.BgClassName
{
background-color: #81EA97;
}
</style>
border-color css
<style>
span { border-color: #81EA97; }
span { border-color: rgb(129,234,151); }
td.TdClassName
{
border-color: #81EA97;
}
.TagClassName
{
border-color: #81EA97;
}
</style>