Shades of Light Green #81EDA0
Tints of Light Green #81EDA0
RGB
CMYK
RGB Variations
Color information
#81EDA0 (or 0x81EDA0) is known color: Light Green. HEX triplet: 81, ED and A0. RGB value is (129,237,160). Sum of RGB (Red+Green+Blue) = 129+237+160=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EDA0 is #7E125F. Grayscale: #C4C4C4. Windows color (decimal): -8262240 or 10546561. OLE color: 10546561.
HSL color Cylindrical-coordinate representation of color #81EDA0: hue angle of 137.22º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EDA0 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 160 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.07 |
| HSL | 137.22º | 0.75% | 0.72% | - |
| HSV(B) | 137.22º | 0.46% | 0.93% | - |
| XYZ | 45.68 | 67.77 | 43.93 | - |
| YUV | 195.93 | 107.72 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 160 | 0.46 | 0 | 0.32 | 0.07 | 137.22 | 0.75 | 0.72 |
| Hex | 81 | ED | A0 | 2E | 0 | 20 | 7 | 89 | 4B | 48 |
| Octal | 201 | 355 | 240 | 56 | 0 | 40 | 7 | 211 | 113 | 110 |
| Binary | 10000001 | 11101101 | 10100000 | 101110 | 0 | 100000 | 111 | 10001001 | 1001011 | 1001000 |
Color Harmonies of #81EDA0
Complementary color
Monochromatic Colors of #81EDA0
Black with #81EDA0
Text Example
Text Example
White with #81EDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EDA0; }
p { color: rgb(129,237,160); }
H1.HeaderClassName
{
color: #81EDA0;
}
.AnyTagClassName
{
color: #81EDA0;
}
</style>
background-color css
<style>
a { background-color: #81EDA0; }
a { background-color: rgb(129,237,160); }
div.DivClassName
{
background-color: #81EDA0;
}
.BgClassName
{
background-color: #81EDA0;
}
</style>
border-color css
<style>
span { border-color: #81EDA0; }
span { border-color: rgb(129,237,160); }
td.TdClassName
{
border-color: #81EDA0;
}
.TagClassName
{
border-color: #81EDA0;
}
</style>