Shades of Trendy Green #818D20
Tints of Trendy Green #818D20
RGB
CMYK
RGB Variations
Color information
#818D20 (or 0x818D20) is known color: Trendy Green. HEX triplet: 81, 8D and 20. RGB value is (129,141,32). Sum of RGB (Red+Green+Blue) = 129+141+32=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #818D20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818D20 is #7E72DF. Grayscale: #7D7D7D. Windows color (decimal): -8286944 or 2133377. OLE color: 2133377.
HSL color Cylindrical-coordinate representation of color #818D20: hue angle of 66.61º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #818D20 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 141 | 32 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.45 |
| HSL | 66.61º | 0.63% | 0.34% | - |
| HSV(B) | 66.61º | 0.77% | 0.55% | - |
| XYZ | 18.84 | 23.82 | 4.97 | - |
| YUV | 124.99 | 75.52 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 32 | 0.09 | 0 | 0.77 | 0.45 | 66.61 | 0.63 | 0.34 |
| Hex | 81 | 8D | 20 | 9 | 0 | 4D | 2D | 43 | 3F | 22 |
| Octal | 201 | 215 | 40 | 11 | 0 | 115 | 55 | 103 | 77 | 42 |
| Binary | 10000001 | 10001101 | 100000 | 1001 | 0 | 1001101 | 101101 | 1000011 | 111111 | 100010 |
Color Harmonies of #818D20
Complementary color
Monochromatic Colors of #818D20
Black with #818D20
Text Example
Text Example
White with #818D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818D20; }
p { color: rgb(129,141,32); }
H1.HeaderClassName
{
color: #818D20;
}
.AnyTagClassName
{
color: #818D20;
}
</style>
background-color css
<style>
a { background-color: #818D20; }
a { background-color: rgb(129,141,32); }
div.DivClassName
{
background-color: #818D20;
}
.BgClassName
{
background-color: #818D20;
}
</style>
border-color css
<style>
span { border-color: #818D20; }
span { border-color: rgb(129,141,32); }
td.TdClassName
{
border-color: #818D20;
}
.TagClassName
{
border-color: #818D20;
}
</style>