Shades of Light Green #81E192
Tints of Light Green #81E192
RGB
CMYK
RGB Variations
Color information
#81E192 (or 0x81E192) is known color: Light Green. HEX triplet: 81, E1 and 92. RGB value is (129,225,146). Sum of RGB (Red+Green+Blue) = 129+225+146=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #81E192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81E192 is #7E1E6D. Grayscale: #BBBBBB. Windows color (decimal): -8265326 or 9625985. OLE color: 9625985.
HSL color Cylindrical-coordinate representation of color #81E192: hue angle of 130.62º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81E192 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 225 | 146 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.12 |
| HSL | 130.63º | 0.62% | 0.69% | - |
| HSV(B) | 130.63º | 0.43% | 0.88% | - |
| XYZ | 41.17 | 60.59 | 36.72 | - |
| YUV | 187.29 | 104.7 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 225 | 146 | 0.43 | 0 | 0.35 | 0.12 | 130.63 | 0.62 | 0.69 |
| Hex | 81 | E1 | 92 | 2B | 0 | 23 | C | 83 | 3E | 45 |
| Octal | 201 | 341 | 222 | 53 | 0 | 43 | 14 | 203 | 76 | 105 |
| Binary | 10000001 | 11100001 | 10010010 | 101011 | 0 | 100011 | 1100 | 10000011 | 111110 | 1000101 |
Color Harmonies of #81E192
Complementary color
Monochromatic Colors of #81E192
Black with #81E192
Text Example
Text Example
White with #81E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E192; }
p { color: rgb(129,225,146); }
H1.HeaderClassName
{
color: #81E192;
}
.AnyTagClassName
{
color: #81E192;
}
</style>
background-color css
<style>
a { background-color: #81E192; }
a { background-color: rgb(129,225,146); }
div.DivClassName
{
background-color: #81E192;
}
.BgClassName
{
background-color: #81E192;
}
</style>
border-color css
<style>
span { border-color: #81E192; }
span { border-color: rgb(129,225,146); }
td.TdClassName
{
border-color: #81E192;
}
.TagClassName
{
border-color: #81E192;
}
</style>