Shades of Yellow Green #81E032
Tints of Yellow Green #81E032
RGB
CMYK
RGB Variations
Color information
#81E032 (or 0x81E032) is known color: Yellow Green. HEX triplet: 81, E0 and 32. RGB value is (129,224,50). Sum of RGB (Red+Green+Blue) = 129+224+50=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 224 (87.89% from 255 or 55.58% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 224 - color contains mainly: green. Hex color #81E032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81E032 is #7E1FCD. Grayscale: #B0B0B0. Windows color (decimal): -8265678 or 3334273. OLE color: 3334273.
HSL color Cylindrical-coordinate representation of color #81E032: hue angle of 92.76º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81E032 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 224 | 50 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.12 |
| HSL | 92.76º | 0.74% | 0.54% | - |
| HSV(B) | 92.76º | 0.78% | 0.88% | - |
| XYZ | 36.28 | 58.21 | 12.34 | - |
| YUV | 175.76 | 57.03 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 50 | 0.42 | 0 | 0.78 | 0.12 | 92.76 | 0.74 | 0.54 |
| Hex | 81 | E0 | 32 | 2A | 0 | 4E | C | 5D | 4A | 36 |
| Octal | 201 | 340 | 62 | 52 | 0 | 116 | 14 | 135 | 112 | 66 |
| Binary | 10000001 | 11100000 | 110010 | 101010 | 0 | 1001110 | 1100 | 1011101 | 1001010 | 110110 |
Color Harmonies of #81E032
Complementary color
Monochromatic Colors of #81E032
Black with #81E032
Text Example
Text Example
White with #81E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E032; }
p { color: rgb(129,224,50); }
H1.HeaderClassName
{
color: #81E032;
}
.AnyTagClassName
{
color: #81E032;
}
</style>
background-color css
<style>
a { background-color: #81E032; }
a { background-color: rgb(129,224,50); }
div.DivClassName
{
background-color: #81E032;
}
.BgClassName
{
background-color: #81E032;
}
</style>
border-color css
<style>
span { border-color: #81E032; }
span { border-color: rgb(129,224,50); }
td.TdClassName
{
border-color: #81E032;
}
.TagClassName
{
border-color: #81E032;
}
</style>