Shades of Mountain Meadow #04C47C
Tints of Mountain Meadow #04C47C
RGB
CMYK
RGB Variations
Color information
#04C47C (or 0x04C47C) is known color: Mountain Meadow. HEX triplet: 04, C4 and 7C. RGB value is (4,196,124). Sum of RGB (Red+Green+Blue) = 4+196+124=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 196 (76.95% from 255 or 60.49% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 196 - color contains mainly: green. Hex color #04C47C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C47C is #FB3B83. Grayscale: #828282. Windows color (decimal): -16464772 or 8176644. OLE color: 8176644.
HSL color Cylindrical-coordinate representation of color #04C47C: hue angle of 157.5º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C47C is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 196 | 124 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.23 |
| HSL | 157.5º | 0.96% | 0.39% | - |
| HSV(B) | 157.5º | 0.98% | 0.77% | - |
| XYZ | 23.43 | 40.96 | 25.74 | - |
| YUV | 130.38 | 124.39 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 196 | 124 | 0.98 | 0 | 0.37 | 0.23 | 157.5 | 0.96 | 0.39 |
| Hex | 4 | C4 | 7C | 62 | 0 | 25 | 17 | 9E | 60 | 27 |
| Octal | 4 | 304 | 174 | 142 | 0 | 45 | 27 | 236 | 140 | 47 |
| Binary | 100 | 11000100 | 1111100 | 1100010 | 0 | 100101 | 10111 | 10011110 | 1100000 | 100111 |
Color Harmonies of #04C47C
Complementary color
Monochromatic Colors of #04C47C
Black with #04C47C
Text Example
Text Example
White with #04C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C47C; }
p { color: rgb(4,196,124); }
H1.HeaderClassName
{
color: #04C47C;
}
.AnyTagClassName
{
color: #04C47C;
}
</style>
background-color css
<style>
a { background-color: #04C47C; }
a { background-color: rgb(4,196,124); }
div.DivClassName
{
background-color: #04C47C;
}
.BgClassName
{
background-color: #04C47C;
}
</style>
border-color css
<style>
span { border-color: #04C47C; }
span { border-color: rgb(4,196,124); }
td.TdClassName
{
border-color: #04C47C;
}
.TagClassName
{
border-color: #04C47C;
}
</style>