Shades of Light Green #81E692
Tints of Light Green #81E692
RGB
CMYK
RGB Variations
Color information
#81E692 (or 0x81E692) is known color: Light Green. HEX triplet: 81, E6 and 92. RGB value is (129,230,146). Sum of RGB (Red+Green+Blue) = 129+230+146=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #81E692 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E692 is #7E196D. Grayscale: #BEBEBE. Windows color (decimal): -8264046 or 9627265. OLE color: 9627265.
HSL color Cylindrical-coordinate representation of color #81E692: hue angle of 130.1º 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 #81E692 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 146 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.10 |
| HSL | 130.1º | 0.67% | 0.7% | - |
| HSV(B) | 130.1º | 0.44% | 0.9% | - |
| XYZ | 42.54 | 63.34 | 37.18 | - |
| YUV | 190.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 146 | 0.44 | 0 | 0.37 | 0.10 | 130.1 | 0.67 | 0.7 |
| Hex | 81 | E6 | 92 | 2C | 0 | 25 | A | 82 | 43 | 46 |
| Octal | 201 | 346 | 222 | 54 | 0 | 45 | 12 | 202 | 103 | 106 |
| Binary | 10000001 | 11100110 | 10010010 | 101100 | 0 | 100101 | 1010 | 10000010 | 1000011 | 1000110 |
Color Harmonies of #81E692
Complementary color
Monochromatic Colors of #81E692
Black with #81E692
Text Example
Text Example
White with #81E692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E692; }
p { color: rgb(129,230,146); }
H1.HeaderClassName
{
color: #81E692;
}
.AnyTagClassName
{
color: #81E692;
}
</style>
background-color css
<style>
a { background-color: #81E692; }
a { background-color: rgb(129,230,146); }
div.DivClassName
{
background-color: #81E692;
}
.BgClassName
{
background-color: #81E692;
}
</style>
border-color css
<style>
span { border-color: #81E692; }
span { border-color: rgb(129,230,146); }
td.TdClassName
{
border-color: #81E692;
}
.TagClassName
{
border-color: #81E692;
}
</style>