Shades of Yellow Green #81D534
Tints of Yellow Green #81D534
RGB
CMYK
RGB Variations
Color information
#81D534 (or 0x81D534) is known color: Yellow Green. HEX triplet: 81, D5 and 34. RGB value is (129,213,52). Sum of RGB (Red+Green+Blue) = 129+213+52=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 213 (83.59% from 255 or 54.06% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 213 - color contains mainly: green. Hex color #81D534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D534 is #7E2ACB. Grayscale: #AAAAAA. Windows color (decimal): -8268492 or 3462529. OLE color: 3462529.
HSL color Cylindrical-coordinate representation of color #81D534: hue angle of 91.3º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81D534 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 213 | 52 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.16 |
| HSL | 91.3º | 0.66% | 0.52% | - |
| HSV(B) | 91.3º | 0.76% | 0.84% | - |
| XYZ | 33.47 | 52.5 | 11.62 | - |
| YUV | 169.53 | 61.67 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 213 | 52 | 0.39 | 0 | 0.76 | 0.16 | 91.3 | 0.66 | 0.52 |
| Hex | 81 | D5 | 34 | 27 | 0 | 4C | 10 | 5B | 42 | 34 |
| Octal | 201 | 325 | 64 | 47 | 0 | 114 | 20 | 133 | 102 | 64 |
| Binary | 10000001 | 11010101 | 110100 | 100111 | 0 | 1001100 | 10000 | 1011011 | 1000010 | 110100 |
Color Harmonies of #81D534
Complementary color
Monochromatic Colors of #81D534
Black with #81D534
Text Example
Text Example
White with #81D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D534; }
p { color: rgb(129,213,52); }
H1.HeaderClassName
{
color: #81D534;
}
.AnyTagClassName
{
color: #81D534;
}
</style>
background-color css
<style>
a { background-color: #81D534; }
a { background-color: rgb(129,213,52); }
div.DivClassName
{
background-color: #81D534;
}
.BgClassName
{
background-color: #81D534;
}
</style>
border-color css
<style>
span { border-color: #81D534; }
span { border-color: rgb(129,213,52); }
td.TdClassName
{
border-color: #81D534;
}
.TagClassName
{
border-color: #81D534;
}
</style>