Shades of Trendy Green #858C14
Tints of Trendy Green #858C14
RGB
CMYK
RGB Variations
Color information
#858C14 (or 0x858C14) is known color: Trendy Green. HEX triplet: 85, 8C and 14. RGB value is (133,140,20). Sum of RGB (Red+Green+Blue) = 133+140+20=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 140 - color contains mainly: green. Hex color #858C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858C14 is #7A73EB. Grayscale: #7C7C7C. Windows color (decimal): -8025068 or 1346693. OLE color: 1346693.
HSL color Cylindrical-coordinate representation of color #858C14: hue angle of 63.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #858C14 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 20 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.45 |
| HSL | 63.5º | 0.75% | 0.31% | - |
| HSV(B) | 63.5º | 0.86% | 0.55% | - |
| XYZ | 19.18 | 23.79 | 4.24 | - |
| YUV | 124.23 | 69.18 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 20 | 0.05 | 0 | 0.86 | 0.45 | 63.5 | 0.75 | 0.31 |
| Hex | 85 | 8C | 14 | 5 | 0 | 56 | 2D | 40 | 4B | 1F |
| Octal | 205 | 214 | 24 | 5 | 0 | 126 | 55 | 100 | 113 | 37 |
| Binary | 10000101 | 10001100 | 10100 | 101 | 0 | 1010110 | 101101 | 1000000 | 1001011 | 11111 |
Color Harmonies of #858C14
Complementary color
Monochromatic Colors of #858C14
Black with #858C14
Text Example
Text Example
White with #858C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C14; }
p { color: rgb(133,140,20); }
H1.HeaderClassName
{
color: #858C14;
}
.AnyTagClassName
{
color: #858C14;
}
</style>
background-color css
<style>
a { background-color: #858C14; }
a { background-color: rgb(133,140,20); }
div.DivClassName
{
background-color: #858C14;
}
.BgClassName
{
background-color: #858C14;
}
</style>
border-color css
<style>
span { border-color: #858C14; }
span { border-color: rgb(133,140,20); }
td.TdClassName
{
border-color: #858C14;
}
.TagClassName
{
border-color: #858C14;
}
</style>