Shades of Light Green #81E68E
Tints of Light Green #81E68E
RGB
CMYK
RGB Variations
Color information
#81E68E (or 0x81E68E) is known color: Light Green. HEX triplet: 81, E6 and 8E. RGB value is (129,230,142). Sum of RGB (Red+Green+Blue) = 129+230+142=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #81E68E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E68E is #7E1971. Grayscale: #BEBEBE. Windows color (decimal): -8264050 or 9365121. OLE color: 9365121.
HSL color Cylindrical-coordinate representation of color #81E68E: hue angle of 127.72º 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 #81E68E is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 142 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.10 |
| HSL | 127.72º | 0.67% | 0.7% | - |
| HSV(B) | 127.72º | 0.44% | 0.9% | - |
| XYZ | 42.23 | 63.21 | 35.57 | - |
| YUV | 189.77 | 101.04 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 142 | 0.44 | 0 | 0.38 | 0.10 | 127.72 | 0.67 | 0.7 |
| Hex | 81 | E6 | 8E | 2C | 0 | 26 | A | 80 | 43 | 46 |
| Octal | 201 | 346 | 216 | 54 | 0 | 46 | 12 | 200 | 103 | 106 |
| Binary | 10000001 | 11100110 | 10001110 | 101100 | 0 | 100110 | 1010 | 10000000 | 1000011 | 1000110 |
Color Harmonies of #81E68E
Complementary color
Monochromatic Colors of #81E68E
Black with #81E68E
Text Example
Text Example
White with #81E68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E68E; }
p { color: rgb(129,230,142); }
H1.HeaderClassName
{
color: #81E68E;
}
.AnyTagClassName
{
color: #81E68E;
}
</style>
background-color css
<style>
a { background-color: #81E68E; }
a { background-color: rgb(129,230,142); }
div.DivClassName
{
background-color: #81E68E;
}
.BgClassName
{
background-color: #81E68E;
}
</style>
border-color css
<style>
span { border-color: #81E68E; }
span { border-color: rgb(129,230,142); }
td.TdClassName
{
border-color: #81E68E;
}
.TagClassName
{
border-color: #81E68E;
}
</style>