Shades of Yellow Green #81DD34
Tints of Yellow Green #81DD34
RGB
CMYK
RGB Variations
Color information
#81DD34 (or 0x81DD34) is known color: Yellow Green. HEX triplet: 81, DD and 34. RGB value is (129,221,52). Sum of RGB (Red+Green+Blue) = 129+221+52=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DD34 is #7E22CB. Grayscale: #AEAEAE. Windows color (decimal): -8266444 or 3464577. OLE color: 3464577.
HSL color Cylindrical-coordinate representation of color #81DD34: hue angle of 92.66º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81DD34 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 52 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.13 |
| HSL | 92.66º | 0.71% | 0.54% | - |
| HSV(B) | 92.66º | 0.76% | 0.87% | - |
| XYZ | 35.53 | 56.63 | 12.31 | - |
| YUV | 174.23 | 59.02 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 52 | 0.42 | 0 | 0.76 | 0.13 | 92.66 | 0.71 | 0.54 |
| Hex | 81 | DD | 34 | 2A | 0 | 4C | D | 5D | 47 | 36 |
| Octal | 201 | 335 | 64 | 52 | 0 | 114 | 15 | 135 | 107 | 66 |
| Binary | 10000001 | 11011101 | 110100 | 101010 | 0 | 1001100 | 1101 | 1011101 | 1000111 | 110110 |
Color Harmonies of #81DD34
Complementary color
Monochromatic Colors of #81DD34
Black with #81DD34
Text Example
Text Example
White with #81DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DD34; }
p { color: rgb(129,221,52); }
H1.HeaderClassName
{
color: #81DD34;
}
.AnyTagClassName
{
color: #81DD34;
}
</style>
background-color css
<style>
a { background-color: #81DD34; }
a { background-color: rgb(129,221,52); }
div.DivClassName
{
background-color: #81DD34;
}
.BgClassName
{
background-color: #81DD34;
}
</style>
border-color css
<style>
span { border-color: #81DD34; }
span { border-color: rgb(129,221,52); }
td.TdClassName
{
border-color: #81DD34;
}
.TagClassName
{
border-color: #81DD34;
}
</style>