Shades of Trendy Green #858D25
Tints of Trendy Green #858D25
RGB
CMYK
RGB Variations
Color information
#858D25 (or 0x858D25) is known color: Trendy Green. HEX triplet: 85, 8D and 25. RGB value is (133,141,37). Sum of RGB (Red+Green+Blue) = 133+141+37=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #858D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858D25 is #7A72DA. Grayscale: #7F7F7F. Windows color (decimal): -8024795 or 2461061. OLE color: 2461061.
HSL color Cylindrical-coordinate representation of color #858D25: hue angle of 64.62º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #858D25 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 37 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.45 |
| HSL | 64.62º | 0.58% | 0.35% | - |
| HSV(B) | 64.62º | 0.74% | 0.55% | - |
| XYZ | 19.53 | 24.17 | 5.39 | - |
| YUV | 126.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 37 | 0.06 | 0 | 0.74 | 0.45 | 64.62 | 0.58 | 0.35 |
| Hex | 85 | 8D | 25 | 6 | 0 | 4A | 2D | 41 | 3A | 23 |
| Octal | 205 | 215 | 45 | 6 | 0 | 112 | 55 | 101 | 72 | 43 |
| Binary | 10000101 | 10001101 | 100101 | 110 | 0 | 1001010 | 101101 | 1000001 | 111010 | 100011 |
Color Harmonies of #858D25
Complementary color
Monochromatic Colors of #858D25
Black with #858D25
Text Example
Text Example
White with #858D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D25; }
p { color: rgb(133,141,37); }
H1.HeaderClassName
{
color: #858D25;
}
.AnyTagClassName
{
color: #858D25;
}
</style>
background-color css
<style>
a { background-color: #858D25; }
a { background-color: rgb(133,141,37); }
div.DivClassName
{
background-color: #858D25;
}
.BgClassName
{
background-color: #858D25;
}
</style>
border-color css
<style>
span { border-color: #858D25; }
span { border-color: rgb(133,141,37); }
td.TdClassName
{
border-color: #858D25;
}
.TagClassName
{
border-color: #858D25;
}
</style>