Shades of Yellow Green #81D232
Tints of Yellow Green #81D232
RGB
CMYK
RGB Variations
Color information
#81D232 (or 0x81D232) is known color: Yellow Green. HEX triplet: 81, D2 and 32. RGB value is (129,210,50). Sum of RGB (Red+Green+Blue) = 129+210+50=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 210 (82.42% from 255 or 53.98% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 210 - color contains mainly: green. Hex color #81D232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D232 is #7E2DCD. Grayscale: #A8A8A8. Windows color (decimal): -8269262 or 3330689. OLE color: 3330689.
HSL color Cylindrical-coordinate representation of color #81D232: hue angle of 90.38º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81D232 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 210 | 50 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.18 |
| HSL | 90.38º | 0.64% | 0.51% | - |
| HSV(B) | 90.38º | 0.76% | 0.82% | - |
| XYZ | 32.68 | 50.99 | 11.14 | - |
| YUV | 167.54 | 61.66 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 50 | 0.39 | 0 | 0.76 | 0.18 | 90.38 | 0.64 | 0.51 |
| Hex | 81 | D2 | 32 | 27 | 0 | 4C | 12 | 5A | 40 | 33 |
| Octal | 201 | 322 | 62 | 47 | 0 | 114 | 22 | 132 | 100 | 63 |
| Binary | 10000001 | 11010010 | 110010 | 100111 | 0 | 1001100 | 10010 | 1011010 | 1000000 | 110011 |
Color Harmonies of #81D232
Complementary color
Monochromatic Colors of #81D232
Black with #81D232
Text Example
Text Example
White with #81D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D232; }
p { color: rgb(129,210,50); }
H1.HeaderClassName
{
color: #81D232;
}
.AnyTagClassName
{
color: #81D232;
}
</style>
background-color css
<style>
a { background-color: #81D232; }
a { background-color: rgb(129,210,50); }
div.DivClassName
{
background-color: #81D232;
}
.BgClassName
{
background-color: #81D232;
}
</style>
border-color css
<style>
span { border-color: #81D232; }
span { border-color: rgb(129,210,50); }
td.TdClassName
{
border-color: #81D232;
}
.TagClassName
{
border-color: #81D232;
}
</style>