Shades of Trendy Green #858D20
Tints of Trendy Green #858D20
RGB
CMYK
RGB Variations
Color information
#858D20 (or 0x858D20) is known color: Trendy Green. HEX triplet: 85, 8D and 20. RGB value is (133,141,32). Sum of RGB (Red+Green+Blue) = 133+141+32=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #858D20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858D20 is #7A72DF. Grayscale: #7E7E7E. Windows color (decimal): -8024800 or 2133381. OLE color: 2133381.
HSL color Cylindrical-coordinate representation of color #858D20: hue angle of 64.4º 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 #858D20 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 32 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.45 |
| HSL | 64.4º | 0.63% | 0.34% | - |
| HSV(B) | 64.4º | 0.77% | 0.55% | - |
| XYZ | 19.46 | 24.14 | 5 | - |
| YUV | 126.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 32 | 0.06 | 0 | 0.77 | 0.45 | 64.4 | 0.63 | 0.34 |
| Hex | 85 | 8D | 20 | 6 | 0 | 4D | 2D | 40 | 3F | 22 |
| Octal | 205 | 215 | 40 | 6 | 0 | 115 | 55 | 100 | 77 | 42 |
| Binary | 10000101 | 10001101 | 100000 | 110 | 0 | 1001101 | 101101 | 1000000 | 111111 | 100010 |
Color Harmonies of #858D20
Complementary color
Monochromatic Colors of #858D20
Black with #858D20
Text Example
Text Example
White with #858D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D20; }
p { color: rgb(133,141,32); }
H1.HeaderClassName
{
color: #858D20;
}
.AnyTagClassName
{
color: #858D20;
}
</style>
background-color css
<style>
a { background-color: #858D20; }
a { background-color: rgb(133,141,32); }
div.DivClassName
{
background-color: #858D20;
}
.BgClassName
{
background-color: #858D20;
}
</style>
border-color css
<style>
span { border-color: #858D20; }
span { border-color: rgb(133,141,32); }
td.TdClassName
{
border-color: #858D20;
}
.TagClassName
{
border-color: #858D20;
}
</style>