Shades of Light Green #81EA96
Tints of Light Green #81EA96
RGB
CMYK
RGB Variations
Color information
#81EA96 (or 0x81EA96) is known color: Light Green. HEX triplet: 81, EA and 96. RGB value is (129,234,150). Sum of RGB (Red+Green+Blue) = 129+234+150=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #81EA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EA96 is #7E1569. Grayscale: #C1C1C1. Windows color (decimal): -8263018 or 9890433. OLE color: 9890433.
HSL color Cylindrical-coordinate representation of color #81EA96: hue angle of 132º 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 #81EA96 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 234 | 150 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.08 |
| HSL | 132º | 0.71% | 0.71% | - |
| HSV(B) | 132º | 0.45% | 0.92% | - |
| XYZ | 43.98 | 65.71 | 39.22 | - |
| YUV | 193.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 150 | 0.45 | 0 | 0.36 | 0.08 | 132 | 0.71 | 0.71 |
| Hex | 81 | EA | 96 | 2D | 0 | 24 | 8 | 84 | 47 | 47 |
| Octal | 201 | 352 | 226 | 55 | 0 | 44 | 10 | 204 | 107 | 107 |
| Binary | 10000001 | 11101010 | 10010110 | 101101 | 0 | 100100 | 1000 | 10000100 | 1000111 | 1000111 |
Color Harmonies of #81EA96
Complementary color
Monochromatic Colors of #81EA96
Black with #81EA96
Text Example
Text Example
White with #81EA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EA96; }
p { color: rgb(129,234,150); }
H1.HeaderClassName
{
color: #81EA96;
}
.AnyTagClassName
{
color: #81EA96;
}
</style>
background-color css
<style>
a { background-color: #81EA96; }
a { background-color: rgb(129,234,150); }
div.DivClassName
{
background-color: #81EA96;
}
.BgClassName
{
background-color: #81EA96;
}
</style>
border-color css
<style>
span { border-color: #81EA96; }
span { border-color: rgb(129,234,150); }
td.TdClassName
{
border-color: #81EA96;
}
.TagClassName
{
border-color: #81EA96;
}
</style>