Shades of Light Green #81E691
Tints of Light Green #81E691
RGB
CMYK
RGB Variations
Color information
#81E691 (or 0x81E691) is known color: Light Green. HEX triplet: 81, E6 and 91. RGB value is (129,230,145). Sum of RGB (Red+Green+Blue) = 129+230+145=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 230 - color contains mainly: green. Hex color #81E691 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E691 is #7E196E. Grayscale: #BEBEBE. Windows color (decimal): -8264047 or 9561729. OLE color: 9561729.
HSL color Cylindrical-coordinate representation of color #81E691: hue angle of 129.5º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E691 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 145 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.10 |
| HSL | 129.5º | 0.67% | 0.7% | - |
| HSV(B) | 129.5º | 0.44% | 0.9% | - |
| XYZ | 42.46 | 63.31 | 36.77 | - |
| YUV | 190.11 | 102.54 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 145 | 0.44 | 0 | 0.37 | 0.10 | 129.5 | 0.67 | 0.7 |
| Hex | 81 | E6 | 91 | 2C | 0 | 25 | A | 82 | 43 | 46 |
| Octal | 201 | 346 | 221 | 54 | 0 | 45 | 12 | 202 | 103 | 106 |
| Binary | 10000001 | 11100110 | 10010001 | 101100 | 0 | 100101 | 1010 | 10000010 | 1000011 | 1000110 |
Color Harmonies of #81E691
Complementary color
Monochromatic Colors of #81E691
Black with #81E691
Text Example
Text Example
White with #81E691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E691; }
p { color: rgb(129,230,145); }
H1.HeaderClassName
{
color: #81E691;
}
.AnyTagClassName
{
color: #81E691;
}
</style>
background-color css
<style>
a { background-color: #81E691; }
a { background-color: rgb(129,230,145); }
div.DivClassName
{
background-color: #81E691;
}
.BgClassName
{
background-color: #81E691;
}
</style>
border-color css
<style>
span { border-color: #81E691; }
span { border-color: rgb(129,230,145); }
td.TdClassName
{
border-color: #81E691;
}
.TagClassName
{
border-color: #81E691;
}
</style>