Shades of Mountain Meadow #04B77D
Tints of Mountain Meadow #04B77D
RGB
CMYK
RGB Variations
Color information
#04B77D (or 0x04B77D) is known color: Mountain Meadow. HEX triplet: 04, B7 and 7D. RGB value is (4,183,125). Sum of RGB (Red+Green+Blue) = 4+183+125=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #04B77D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B77D is #FB4882. Grayscale: #7A7A7A. Windows color (decimal): -16468099 or 8238852. OLE color: 8238852.
HSL color Cylindrical-coordinate representation of color #04B77D: hue angle of 160.56º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B77D is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 183 | 125 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.28 |
| HSL | 160.56º | 0.96% | 0.37% | - |
| HSV(B) | 160.56º | 0.98% | 0.72% | - |
| XYZ | 20.69 | 35.37 | 25.14 | - |
| YUV | 122.87 | 129.2 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 183 | 125 | 0.98 | 0 | 0.32 | 0.28 | 160.56 | 0.96 | 0.37 |
| Hex | 4 | B7 | 7D | 62 | 0 | 20 | 1C | A1 | 60 | 25 |
| Octal | 4 | 267 | 175 | 142 | 0 | 40 | 34 | 241 | 140 | 45 |
| Binary | 100 | 10110111 | 1111101 | 1100010 | 0 | 100000 | 11100 | 10100001 | 1100000 | 100101 |
Color Harmonies of #04B77D
Complementary color
Monochromatic Colors of #04B77D
Black with #04B77D
Text Example
Text Example
White with #04B77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B77D; }
p { color: rgb(4,183,125); }
H1.HeaderClassName
{
color: #04B77D;
}
.AnyTagClassName
{
color: #04B77D;
}
</style>
background-color css
<style>
a { background-color: #04B77D; }
a { background-color: rgb(4,183,125); }
div.DivClassName
{
background-color: #04B77D;
}
.BgClassName
{
background-color: #04B77D;
}
</style>
border-color css
<style>
span { border-color: #04B77D; }
span { border-color: rgb(4,183,125); }
td.TdClassName
{
border-color: #04B77D;
}
.TagClassName
{
border-color: #04B77D;
}
</style>