Shades of Light Green #81EA84
Tints of Light Green #81EA84
RGB
CMYK
RGB Variations
Color information
#81EA84 (or 0x81EA84) is known color: Light Green. HEX triplet: 81, EA and 84. RGB value is (129,234,132). Sum of RGB (Red+Green+Blue) = 129+234+132=495 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.06% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #81EA84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EA84 is #7E157B. Grayscale: #BFBFBF. Windows color (decimal): -8263036 or 8710785. OLE color: 8710785.
HSL color Cylindrical-coordinate representation of color #81EA84: hue angle of 121.71º 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 #81EA84 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 234 | 132 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.08 |
| HSL | 121.71º | 0.71% | 0.71% | - |
| HSV(B) | 121.71º | 0.45% | 0.92% | - |
| XYZ | 42.64 | 65.18 | 32.16 | - |
| YUV | 190.98 | 94.71 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 132 | 0.45 | 0 | 0.44 | 0.08 | 121.71 | 0.71 | 0.71 |
| Hex | 81 | EA | 84 | 2D | 0 | 2C | 8 | 7A | 47 | 47 |
| Octal | 201 | 352 | 204 | 55 | 0 | 54 | 10 | 172 | 107 | 107 |
| Binary | 10000001 | 11101010 | 10000100 | 101101 | 0 | 101100 | 1000 | 1111010 | 1000111 | 1000111 |
Color Harmonies of #81EA84
Complementary color
Monochromatic Colors of #81EA84
Black with #81EA84
Text Example
Text Example
White with #81EA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EA84; }
p { color: rgb(129,234,132); }
H1.HeaderClassName
{
color: #81EA84;
}
.AnyTagClassName
{
color: #81EA84;
}
</style>
background-color css
<style>
a { background-color: #81EA84; }
a { background-color: rgb(129,234,132); }
div.DivClassName
{
background-color: #81EA84;
}
.BgClassName
{
background-color: #81EA84;
}
</style>
border-color css
<style>
span { border-color: #81EA84; }
span { border-color: rgb(129,234,132); }
td.TdClassName
{
border-color: #81EA84;
}
.TagClassName
{
border-color: #81EA84;
}
</style>