Shades of Mountain Meadow #04BC7D
Tints of Mountain Meadow #04BC7D
RGB
CMYK
RGB Variations
Color information
#04BC7D (or 0x04BC7D) is known color: Mountain Meadow. HEX triplet: 04, BC and 7D. RGB value is (4,188,125). Sum of RGB (Red+Green+Blue) = 4+188+125=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BC7D is #FB4382. Grayscale: #7D7D7D. Windows color (decimal): -16466819 or 8240132. OLE color: 8240132.
HSL color Cylindrical-coordinate representation of color #04BC7D: hue angle of 159.46º 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 #04BC7D is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 125 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.26 |
| HSL | 159.46º | 0.96% | 0.38% | - |
| HSV(B) | 159.46º | 0.98% | 0.74% | - |
| XYZ | 21.73 | 37.47 | 25.49 | - |
| YUV | 125.8 | 127.54 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 125 | 0.98 | 0 | 0.34 | 0.26 | 159.46 | 0.96 | 0.38 |
| Hex | 4 | BC | 7D | 62 | 0 | 22 | 1A | 9F | 60 | 26 |
| Octal | 4 | 274 | 175 | 142 | 0 | 42 | 32 | 237 | 140 | 46 |
| Binary | 100 | 10111100 | 1111101 | 1100010 | 0 | 100010 | 11010 | 10011111 | 1100000 | 100110 |
Color Harmonies of #04BC7D
Complementary color
Monochromatic Colors of #04BC7D
Black with #04BC7D
Text Example
Text Example
White with #04BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BC7D; }
p { color: rgb(4,188,125); }
H1.HeaderClassName
{
color: #04BC7D;
}
.AnyTagClassName
{
color: #04BC7D;
}
</style>
background-color css
<style>
a { background-color: #04BC7D; }
a { background-color: rgb(4,188,125); }
div.DivClassName
{
background-color: #04BC7D;
}
.BgClassName
{
background-color: #04BC7D;
}
</style>
border-color css
<style>
span { border-color: #04BC7D; }
span { border-color: rgb(4,188,125); }
td.TdClassName
{
border-color: #04BC7D;
}
.TagClassName
{
border-color: #04BC7D;
}
</style>