Shades of Mountain Meadow #04BC80
Tints of Mountain Meadow #04BC80
RGB
CMYK
RGB Variations
Color information
#04BC80 (or 0x04BC80) is known color: Mountain Meadow. HEX triplet: 04, BC and 80. RGB value is (4,188,128). Sum of RGB (Red+Green+Blue) = 4+188+128=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BC80 is #FB437F. Grayscale: #7E7E7E. Windows color (decimal): -16466816 or 8436740. OLE color: 8436740.
HSL color Cylindrical-coordinate representation of color #04BC80: hue angle of 160.43º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BC80 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 128 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.26 |
| HSL | 160.43º | 0.96% | 0.38% | - |
| HSV(B) | 160.43º | 0.98% | 0.74% | - |
| XYZ | 21.93 | 37.55 | 26.51 | - |
| YUV | 126.14 | 129.04 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 128 | 0.98 | 0 | 0.32 | 0.26 | 160.43 | 0.96 | 0.38 |
| Hex | 4 | BC | 80 | 62 | 0 | 20 | 1A | A0 | 60 | 26 |
| Octal | 4 | 274 | 200 | 142 | 0 | 40 | 32 | 240 | 140 | 46 |
| Binary | 100 | 10111100 | 10000000 | 1100010 | 0 | 100000 | 11010 | 10100000 | 1100000 | 100110 |
Color Harmonies of #04BC80
Complementary color
Monochromatic Colors of #04BC80
Black with #04BC80
Text Example
Text Example
White with #04BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BC80; }
p { color: rgb(4,188,128); }
H1.HeaderClassName
{
color: #04BC80;
}
.AnyTagClassName
{
color: #04BC80;
}
</style>
background-color css
<style>
a { background-color: #04BC80; }
a { background-color: rgb(4,188,128); }
div.DivClassName
{
background-color: #04BC80;
}
.BgClassName
{
background-color: #04BC80;
}
</style>
border-color css
<style>
span { border-color: #04BC80; }
span { border-color: rgb(4,188,128); }
td.TdClassName
{
border-color: #04BC80;
}
.TagClassName
{
border-color: #04BC80;
}
</style>