Shades of Trendy Green #808C25
Tints of Trendy Green #808C25
RGB
CMYK
RGB Variations
Color information
#808C25 (or 0x808C25) is known color: Trendy Green. HEX triplet: 80, 8C and 25. RGB value is (128,140,37). Sum of RGB (Red+Green+Blue) = 128+140+37=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 140 - color contains mainly: green. Hex color #808C25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808C25 is #7F73DA. Grayscale: #7D7D7D. Windows color (decimal): -8352731 or 2460800. OLE color: 2460800.
HSL color Cylindrical-coordinate representation of color #808C25: hue angle of 66.99º 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 #808C25 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 140 | 37 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.45 |
| HSL | 66.99º | 0.58% | 0.35% | - |
| HSV(B) | 66.99º | 0.74% | 0.55% | - |
| XYZ | 18.61 | 23.48 | 5.3 | - |
| YUV | 124.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 37 | 0.09 | 0 | 0.74 | 0.45 | 66.99 | 0.58 | 0.35 |
| Hex | 80 | 8C | 25 | 9 | 0 | 4A | 2D | 43 | 3A | 23 |
| Octal | 200 | 214 | 45 | 11 | 0 | 112 | 55 | 103 | 72 | 43 |
| Binary | 10000000 | 10001100 | 100101 | 1001 | 0 | 1001010 | 101101 | 1000011 | 111010 | 100011 |
Color Harmonies of #808C25
Complementary color
Monochromatic Colors of #808C25
Black with #808C25
Text Example
Text Example
White with #808C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808C25; }
p { color: rgb(128,140,37); }
H1.HeaderClassName
{
color: #808C25;
}
.AnyTagClassName
{
color: #808C25;
}
</style>
background-color css
<style>
a { background-color: #808C25; }
a { background-color: rgb(128,140,37); }
div.DivClassName
{
background-color: #808C25;
}
.BgClassName
{
background-color: #808C25;
}
</style>
border-color css
<style>
span { border-color: #808C25; }
span { border-color: rgb(128,140,37); }
td.TdClassName
{
border-color: #808C25;
}
.TagClassName
{
border-color: #808C25;
}
</style>