Shades of Yellow Green #81CC34
Tints of Yellow Green #81CC34
RGB
CMYK
RGB Variations
Color information
#81CC34 (or 0x81CC34) is known color: Yellow Green. HEX triplet: 81, CC and 34. RGB value is (129,204,52). Sum of RGB (Red+Green+Blue) = 129+204+52=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CC34 is #7E33CB. Grayscale: #A4A4A4. Windows color (decimal): -8270796 or 3460225. OLE color: 3460225.
HSL color Cylindrical-coordinate representation of color #81CC34: hue angle of 89.61º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81CC34 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 52 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.2 |
| HSL | 89.61º | 0.6% | 0.5% | - |
| HSV(B) | 89.61º | 0.75% | 0.8% | - |
| XYZ | 31.27 | 48.1 | 10.89 | - |
| YUV | 164.25 | 64.65 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 52 | 0.37 | 0 | 0.75 | 0.2 | 89.61 | 0.6 | 0.5 |
| Hex | 81 | CC | 34 | 25 | 0 | 4B | 14 | 5A | 3C | 32 |
| Octal | 201 | 314 | 64 | 45 | 0 | 113 | 24 | 132 | 74 | 62 |
| Binary | 10000001 | 11001100 | 110100 | 100101 | 0 | 1001011 | 10100 | 1011010 | 111100 | 110010 |
Color Harmonies of #81CC34
Complementary color
Monochromatic Colors of #81CC34
Black with #81CC34
Text Example
Text Example
White with #81CC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC34; }
p { color: rgb(129,204,52); }
H1.HeaderClassName
{
color: #81CC34;
}
.AnyTagClassName
{
color: #81CC34;
}
</style>
background-color css
<style>
a { background-color: #81CC34; }
a { background-color: rgb(129,204,52); }
div.DivClassName
{
background-color: #81CC34;
}
.BgClassName
{
background-color: #81CC34;
}
</style>
border-color css
<style>
span { border-color: #81CC34; }
span { border-color: rgb(129,204,52); }
td.TdClassName
{
border-color: #81CC34;
}
.TagClassName
{
border-color: #81CC34;
}
</style>