Shades of Trendy Green #858E19
Tints of Trendy Green #858E19
RGB
CMYK
RGB Variations
Color information
#858E19 (or 0x858E19) is known color: Trendy Green. HEX triplet: 85, 8E and 19. RGB value is (133,142,25). Sum of RGB (Red+Green+Blue) = 133+142+25=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 142 (55.86% from 255 or 47.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 142 - color contains mainly: green. Hex color #858E19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858E19 is #7A71E6. Grayscale: #7E7E7E. Windows color (decimal): -8024551 or 1674885. OLE color: 1674885.
HSL color Cylindrical-coordinate representation of color #858E19: hue angle of 64.62º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #858E19 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 25 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.44 |
| HSL | 64.62º | 0.7% | 0.33% | - |
| HSV(B) | 64.62º | 0.82% | 0.56% | - |
| XYZ | 19.52 | 24.4 | 4.6 | - |
| YUV | 125.97 | 71.02 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 25 | 0.06 | 0 | 0.82 | 0.44 | 64.62 | 0.7 | 0.33 |
| Hex | 85 | 8E | 19 | 6 | 0 | 52 | 2C | 41 | 46 | 21 |
| Octal | 205 | 216 | 31 | 6 | 0 | 122 | 54 | 101 | 106 | 41 |
| Binary | 10000101 | 10001110 | 11001 | 110 | 0 | 1010010 | 101100 | 1000001 | 1000110 | 100001 |
Color Harmonies of #858E19
Complementary color
Monochromatic Colors of #858E19
Black with #858E19
Text Example
Text Example
White with #858E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E19; }
p { color: rgb(133,142,25); }
H1.HeaderClassName
{
color: #858E19;
}
.AnyTagClassName
{
color: #858E19;
}
</style>
background-color css
<style>
a { background-color: #858E19; }
a { background-color: rgb(133,142,25); }
div.DivClassName
{
background-color: #858E19;
}
.BgClassName
{
background-color: #858E19;
}
</style>
border-color css
<style>
span { border-color: #858E19; }
span { border-color: rgb(133,142,25); }
td.TdClassName
{
border-color: #858E19;
}
.TagClassName
{
border-color: #858E19;
}
</style>