Shades of Light Green #81EEA1
Tints of Light Green #81EEA1
RGB
CMYK
RGB Variations
Color information
#81EEA1 (or 0x81EEA1) is known color: Light Green. HEX triplet: 81, EE and A1. RGB value is (129,238,161). Sum of RGB (Red+Green+Blue) = 129+238+161=528 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.43% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EEA1 is #7E115E. Grayscale: #C4C4C4. Windows color (decimal): -8261983 or 10612353. OLE color: 10612353.
HSL color Cylindrical-coordinate representation of color #81EEA1: hue angle of 137.61º degrees, saturation: 0.76, 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 #81EEA1 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 238 | 161 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.07 |
| HSL | 137.61º | 0.76% | 0.72% | - |
| HSV(B) | 137.61º | 0.46% | 0.93% | - |
| XYZ | 46.06 | 68.39 | 44.49 | - |
| YUV | 196.63 | 107.89 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 161 | 0.46 | 0 | 0.32 | 0.07 | 137.61 | 0.76 | 0.72 |
| Hex | 81 | EE | A1 | 2E | 0 | 20 | 7 | 8A | 4C | 48 |
| Octal | 201 | 356 | 241 | 56 | 0 | 40 | 7 | 212 | 114 | 110 |
| Binary | 10000001 | 11101110 | 10100001 | 101110 | 0 | 100000 | 111 | 10001010 | 1001100 | 1001000 |
Color Harmonies of #81EEA1
Complementary color
Monochromatic Colors of #81EEA1
Black with #81EEA1
Text Example
Text Example
White with #81EEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EEA1; }
p { color: rgb(129,238,161); }
H1.HeaderClassName
{
color: #81EEA1;
}
.AnyTagClassName
{
color: #81EEA1;
}
</style>
background-color css
<style>
a { background-color: #81EEA1; }
a { background-color: rgb(129,238,161); }
div.DivClassName
{
background-color: #81EEA1;
}
.BgClassName
{
background-color: #81EEA1;
}
</style>
border-color css
<style>
span { border-color: #81EEA1; }
span { border-color: rgb(129,238,161); }
td.TdClassName
{
border-color: #81EEA1;
}
.TagClassName
{
border-color: #81EEA1;
}
</style>