Shades of Yellow Green #81DC20
Tints of Yellow Green #81DC20
RGB
CMYK
RGB Variations
Color information
#81DC20 (or 0x81DC20) is known color: Yellow Green. HEX triplet: 81, DC and 20. RGB value is (129,220,32). Sum of RGB (Red+Green+Blue) = 129+220+32=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DC20 is #7E23DF. Grayscale: #ACACAC. Windows color (decimal): -8266720 or 2153601. OLE color: 2153601.
HSL color Cylindrical-coordinate representation of color #81DC20: hue angle of 89.04º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81DC20 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 32 | - |
| CMYK | 0.41 | 0 | 0.85 | 0.14 |
| HSL | 89.04º | 0.75% | 0.49% | - |
| HSV(B) | 89.04º | 0.85% | 0.86% | - |
| XYZ | 34.91 | 55.96 | 10.33 | - |
| YUV | 171.36 | 49.35 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 32 | 0.41 | 0 | 0.85 | 0.14 | 89.04 | 0.75 | 0.49 |
| Hex | 81 | DC | 20 | 29 | 0 | 55 | E | 59 | 4B | 31 |
| Octal | 201 | 334 | 40 | 51 | 0 | 125 | 16 | 131 | 113 | 61 |
| Binary | 10000001 | 11011100 | 100000 | 101001 | 0 | 1010101 | 1110 | 1011001 | 1001011 | 110001 |
Color Harmonies of #81DC20
Complementary color
Monochromatic Colors of #81DC20
Black with #81DC20
Text Example
Text Example
White with #81DC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DC20; }
p { color: rgb(129,220,32); }
H1.HeaderClassName
{
color: #81DC20;
}
.AnyTagClassName
{
color: #81DC20;
}
</style>
background-color css
<style>
a { background-color: #81DC20; }
a { background-color: rgb(129,220,32); }
div.DivClassName
{
background-color: #81DC20;
}
.BgClassName
{
background-color: #81DC20;
}
</style>
border-color css
<style>
span { border-color: #81DC20; }
span { border-color: rgb(129,220,32); }
td.TdClassName
{
border-color: #81DC20;
}
.TagClassName
{
border-color: #81DC20;
}
</style>