Shades of Light Green #81E096
Tints of Light Green #81E096
RGB
CMYK
RGB Variations
Color information
#81E096 (or 0x81E096) is known color: Light Green. HEX triplet: 81, E0 and 96. RGB value is (129,224,150). Sum of RGB (Red+Green+Blue) = 129+224+150=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #81E096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81E096 is #7E1F69. Grayscale: #BBBBBB. Windows color (decimal): -8265578 or 9887873. OLE color: 9887873.
HSL color Cylindrical-coordinate representation of color #81E096: hue angle of 133.26º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81E096 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 224 | 150 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.12 |
| HSL | 133.26º | 0.61% | 0.69% | - |
| HSV(B) | 133.26º | 0.42% | 0.88% | - |
| XYZ | 41.21 | 60.18 | 38.3 | - |
| YUV | 187.16 | 107.03 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 150 | 0.42 | 0 | 0.33 | 0.12 | 133.26 | 0.61 | 0.69 |
| Hex | 81 | E0 | 96 | 2A | 0 | 21 | C | 85 | 3D | 45 |
| Octal | 201 | 340 | 226 | 52 | 0 | 41 | 14 | 205 | 75 | 105 |
| Binary | 10000001 | 11100000 | 10010110 | 101010 | 0 | 100001 | 1100 | 10000101 | 111101 | 1000101 |
Color Harmonies of #81E096
Complementary color
Monochromatic Colors of #81E096
Black with #81E096
Text Example
Text Example
White with #81E096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E096; }
p { color: rgb(129,224,150); }
H1.HeaderClassName
{
color: #81E096;
}
.AnyTagClassName
{
color: #81E096;
}
</style>
background-color css
<style>
a { background-color: #81E096; }
a { background-color: rgb(129,224,150); }
div.DivClassName
{
background-color: #81E096;
}
.BgClassName
{
background-color: #81E096;
}
</style>
border-color css
<style>
span { border-color: #81E096; }
span { border-color: rgb(129,224,150); }
td.TdClassName
{
border-color: #81E096;
}
.TagClassName
{
border-color: #81E096;
}
</style>