Shades of Yellow Green #81E12E
Tints of Yellow Green #81E12E
RGB
CMYK
RGB Variations
Color information
#81E12E (or 0x81E12E) is known color: Yellow Green. HEX triplet: 81, E1 and 2E. RGB value is (129,225,46). Sum of RGB (Red+Green+Blue) = 129+225+46=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 225 (88.28% from 255 or 56.25% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 225 - color contains mainly: green. Hex color #81E12E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81E12E is #7E1ED1. Grayscale: #B0B0B0. Windows color (decimal): -8265426 or 3072385. OLE color: 3072385.
HSL color Cylindrical-coordinate representation of color #81E12E: hue angle of 92.18º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81E12E is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 225 | 46 | - |
| CMYK | 0.43 | 0 | 0.80 | 0.12 |
| HSL | 92.18º | 0.75% | 0.53% | - |
| HSV(B) | 92.18º | 0.8% | 0.88% | - |
| XYZ | 36.47 | 58.71 | 12 | - |
| YUV | 175.89 | 54.7 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 225 | 46 | 0.43 | 0 | 0.80 | 0.12 | 92.18 | 0.75 | 0.53 |
| Hex | 81 | E1 | 2E | 2B | 0 | 50 | C | 5C | 4B | 35 |
| Octal | 201 | 341 | 56 | 53 | 0 | 120 | 14 | 134 | 113 | 65 |
| Binary | 10000001 | 11100001 | 101110 | 101011 | 0 | 1010000 | 1100 | 1011100 | 1001011 | 110101 |
Color Harmonies of #81E12E
Complementary color
Monochromatic Colors of #81E12E
Black with #81E12E
Text Example
Text Example
White with #81E12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E12E; }
p { color: rgb(129,225,46); }
H1.HeaderClassName
{
color: #81E12E;
}
.AnyTagClassName
{
color: #81E12E;
}
</style>
background-color css
<style>
a { background-color: #81E12E; }
a { background-color: rgb(129,225,46); }
div.DivClassName
{
background-color: #81E12E;
}
.BgClassName
{
background-color: #81E12E;
}
</style>
border-color css
<style>
span { border-color: #81E12E; }
span { border-color: rgb(129,225,46); }
td.TdClassName
{
border-color: #81E12E;
}
.TagClassName
{
border-color: #81E12E;
}
</style>