Shades of Yellow Green #81D034
Tints of Yellow Green #81D034
RGB
CMYK
RGB Variations
Color information
#81D034 (or 0x81D034) is known color: Yellow Green. HEX triplet: 81, D0 and 34. RGB value is (129,208,52). Sum of RGB (Red+Green+Blue) = 129+208+52=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #81D034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D034 is #7E2FCB. Grayscale: #A7A7A7. Windows color (decimal): -8269772 or 3461249. OLE color: 3461249.
HSL color Cylindrical-coordinate representation of color #81D034: hue angle of 90.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81D034 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 208 | 52 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.18 |
| HSL | 90.38º | 0.62% | 0.51% | - |
| HSV(B) | 90.38º | 0.75% | 0.82% | - |
| XYZ | 32.23 | 50.03 | 11.21 | - |
| YUV | 166.6 | 63.33 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 208 | 52 | 0.38 | 0 | 0.75 | 0.18 | 90.38 | 0.62 | 0.51 |
| Hex | 81 | D0 | 34 | 26 | 0 | 4B | 12 | 5A | 3E | 33 |
| Octal | 201 | 320 | 64 | 46 | 0 | 113 | 22 | 132 | 76 | 63 |
| Binary | 10000001 | 11010000 | 110100 | 100110 | 0 | 1001011 | 10010 | 1011010 | 111110 | 110011 |
Color Harmonies of #81D034
Complementary color
Monochromatic Colors of #81D034
Black with #81D034
Text Example
Text Example
White with #81D034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D034; }
p { color: rgb(129,208,52); }
H1.HeaderClassName
{
color: #81D034;
}
.AnyTagClassName
{
color: #81D034;
}
</style>
background-color css
<style>
a { background-color: #81D034; }
a { background-color: rgb(129,208,52); }
div.DivClassName
{
background-color: #81D034;
}
.BgClassName
{
background-color: #81D034;
}
</style>
border-color css
<style>
span { border-color: #81D034; }
span { border-color: rgb(129,208,52); }
td.TdClassName
{
border-color: #81D034;
}
.TagClassName
{
border-color: #81D034;
}
</style>