Shades of Mountain Meadow #04BC84
Tints of Mountain Meadow #04BC84
RGB
CMYK
RGB Variations
Color information
#04BC84 (or 0x04BC84) is known color: Mountain Meadow. HEX triplet: 04, BC and 84. RGB value is (4,188,132). Sum of RGB (Red+Green+Blue) = 4+188+132=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BC84 is #FB437B. Grayscale: #7E7E7E. Windows color (decimal): -16466812 or 8698884. OLE color: 8698884.
HSL color Cylindrical-coordinate representation of color #04BC84: hue angle of 161.74º 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 #04BC84 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 132 | - |
| CMYK | 0.98 | 0 | 0.30 | 0.26 |
| HSL | 161.74º | 0.96% | 0.38% | - |
| HSV(B) | 161.74º | 0.98% | 0.74% | - |
| XYZ | 22.2 | 37.66 | 27.93 | - |
| YUV | 126.6 | 131.04 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 132 | 0.98 | 0 | 0.30 | 0.26 | 161.74 | 0.96 | 0.38 |
| Hex | 4 | BC | 84 | 62 | 0 | 1E | 1A | A2 | 60 | 26 |
| Octal | 4 | 274 | 204 | 142 | 0 | 36 | 32 | 242 | 140 | 46 |
| Binary | 100 | 10111100 | 10000100 | 1100010 | 0 | 11110 | 11010 | 10100010 | 1100000 | 100110 |
Color Harmonies of #04BC84
Complementary color
Monochromatic Colors of #04BC84
Black with #04BC84
Text Example
Text Example
White with #04BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BC84; }
p { color: rgb(4,188,132); }
H1.HeaderClassName
{
color: #04BC84;
}
.AnyTagClassName
{
color: #04BC84;
}
</style>
background-color css
<style>
a { background-color: #04BC84; }
a { background-color: rgb(4,188,132); }
div.DivClassName
{
background-color: #04BC84;
}
.BgClassName
{
background-color: #04BC84;
}
</style>
border-color css
<style>
span { border-color: #04BC84; }
span { border-color: rgb(4,188,132); }
td.TdClassName
{
border-color: #04BC84;
}
.TagClassName
{
border-color: #04BC84;
}
</style>