Shades of Mountain Meadow #04C080
Tints of Mountain Meadow #04C080
RGB
CMYK
RGB Variations
Color information
#04C080 (or 0x04C080) is known color: Mountain Meadow. HEX triplet: 04, C0 and 80. RGB value is (4,192,128). Sum of RGB (Red+Green+Blue) = 4+192+128=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #04C080 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C080 is #FB3F7F. Grayscale: #808080. Windows color (decimal): -16465792 or 8437764. OLE color: 8437764.
HSL color Cylindrical-coordinate representation of color #04C080: hue angle of 159.57º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C080 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 128 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.25 |
| HSL | 159.57º | 0.96% | 0.38% | - |
| HSV(B) | 159.57º | 0.98% | 0.75% | - |
| XYZ | 22.8 | 39.28 | 26.8 | - |
| YUV | 128.49 | 127.72 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 128 | 0.98 | 0 | 0.33 | 0.25 | 159.57 | 0.96 | 0.38 |
| Hex | 4 | C0 | 80 | 62 | 0 | 21 | 19 | A0 | 60 | 26 |
| Octal | 4 | 300 | 200 | 142 | 0 | 41 | 31 | 240 | 140 | 46 |
| Binary | 100 | 11000000 | 10000000 | 1100010 | 0 | 100001 | 11001 | 10100000 | 1100000 | 100110 |
Color Harmonies of #04C080
Complementary color
Monochromatic Colors of #04C080
Black with #04C080
Text Example
Text Example
White with #04C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C080; }
p { color: rgb(4,192,128); }
H1.HeaderClassName
{
color: #04C080;
}
.AnyTagClassName
{
color: #04C080;
}
</style>
background-color css
<style>
a { background-color: #04C080; }
a { background-color: rgb(4,192,128); }
div.DivClassName
{
background-color: #04C080;
}
.BgClassName
{
background-color: #04C080;
}
</style>
border-color css
<style>
span { border-color: #04C080; }
span { border-color: rgb(4,192,128); }
td.TdClassName
{
border-color: #04C080;
}
.TagClassName
{
border-color: #04C080;
}
</style>