Shades of Light Green #81E995
Tints of Light Green #81E995
RGB
CMYK
RGB Variations
Color information
#81E995 (or 0x81E995) is known color: Light Green. HEX triplet: 81, E9 and 95. RGB value is (129,233,149). Sum of RGB (Red+Green+Blue) = 129+233+149=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #81E995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E995 is #7E166A. Grayscale: #C0C0C0. Windows color (decimal): -8263275 or 9824641. OLE color: 9824641.
HSL color Cylindrical-coordinate representation of color #81E995: hue angle of 131.54º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81E995 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 233 | 149 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.09 |
| HSL | 131.54º | 0.7% | 0.71% | - |
| HSV(B) | 131.54º | 0.45% | 0.91% | - |
| XYZ | 43.62 | 65.11 | 38.7 | - |
| YUV | 192.33 | 103.54 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 233 | 149 | 0.45 | 0 | 0.36 | 0.09 | 131.54 | 0.7 | 0.71 |
| Hex | 81 | E9 | 95 | 2D | 0 | 24 | 9 | 84 | 46 | 47 |
| Octal | 201 | 351 | 225 | 55 | 0 | 44 | 11 | 204 | 106 | 107 |
| Binary | 10000001 | 11101001 | 10010101 | 101101 | 0 | 100100 | 1001 | 10000100 | 1000110 | 1000111 |
Color Harmonies of #81E995
Complementary color
Monochromatic Colors of #81E995
Black with #81E995
Text Example
Text Example
White with #81E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E995; }
p { color: rgb(129,233,149); }
H1.HeaderClassName
{
color: #81E995;
}
.AnyTagClassName
{
color: #81E995;
}
</style>
background-color css
<style>
a { background-color: #81E995; }
a { background-color: rgb(129,233,149); }
div.DivClassName
{
background-color: #81E995;
}
.BgClassName
{
background-color: #81E995;
}
</style>
border-color css
<style>
span { border-color: #81E995; }
span { border-color: rgb(129,233,149); }
td.TdClassName
{
border-color: #81E995;
}
.TagClassName
{
border-color: #81E995;
}
</style>