Shades of Light Green #81EC8D
Tints of Light Green #81EC8D
RGB
CMYK
RGB Variations
Color information
#81EC8D (or 0x81EC8D) is known color: Light Green. HEX triplet: 81, EC and 8D. RGB value is (129,236,141). Sum of RGB (Red+Green+Blue) = 129+236+141=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EC8D is #7E1372. Grayscale: #C1C1C1. Windows color (decimal): -8262515 or 9301121. OLE color: 9301121.
HSL color Cylindrical-coordinate representation of color #81EC8D: hue angle of 126.73º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81EC8D is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 141 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.07 |
| HSL | 126.73º | 0.74% | 0.72% | - |
| HSV(B) | 126.73º | 0.45% | 0.93% | - |
| XYZ | 43.86 | 66.58 | 35.74 | - |
| YUV | 193.18 | 98.55 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 141 | 0.45 | 0 | 0.40 | 0.07 | 126.73 | 0.74 | 0.72 |
| Hex | 81 | EC | 8D | 2D | 0 | 28 | 7 | 7F | 4A | 48 |
| Octal | 201 | 354 | 215 | 55 | 0 | 50 | 7 | 177 | 112 | 110 |
| Binary | 10000001 | 11101100 | 10001101 | 101101 | 0 | 101000 | 111 | 1111111 | 1001010 | 1001000 |
Color Harmonies of #81EC8D
Complementary color
Monochromatic Colors of #81EC8D
Black with #81EC8D
Text Example
Text Example
White with #81EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC8D; }
p { color: rgb(129,236,141); }
H1.HeaderClassName
{
color: #81EC8D;
}
.AnyTagClassName
{
color: #81EC8D;
}
</style>
background-color css
<style>
a { background-color: #81EC8D; }
a { background-color: rgb(129,236,141); }
div.DivClassName
{
background-color: #81EC8D;
}
.BgClassName
{
background-color: #81EC8D;
}
</style>
border-color css
<style>
span { border-color: #81EC8D; }
span { border-color: rgb(129,236,141); }
td.TdClassName
{
border-color: #81EC8D;
}
.TagClassName
{
border-color: #81EC8D;
}
</style>