Shades of Mountain Meadow #04B184
Tints of Mountain Meadow #04B184
RGB
CMYK
RGB Variations
Color information
#04B184 (or 0x04B184) is known color: Mountain Meadow. HEX triplet: 04, B1 and 84. RGB value is (4,177,132). Sum of RGB (Red+Green+Blue) = 4+177+132=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 177 (69.53% from 255 or 56.55% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 177 - color contains mainly: green. Hex color #04B184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04B184 is #FB4E7B. Grayscale: #787878. Windows color (decimal): -16469628 or 8696068. OLE color: 8696068.
HSL color Cylindrical-coordinate representation of color #04B184: hue angle of 164.39º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B184 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 177 | 132 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.31 |
| HSL | 164.39º | 0.96% | 0.35% | - |
| HSV(B) | 164.39º | 0.98% | 0.69% | - |
| XYZ | 19.94 | 33.14 | 27.17 | - |
| YUV | 120.14 | 134.69 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 177 | 132 | 0.98 | 0 | 0.25 | 0.31 | 164.39 | 0.96 | 0.35 |
| Hex | 4 | B1 | 84 | 62 | 0 | 19 | 1F | A4 | 60 | 23 |
| Octal | 4 | 261 | 204 | 142 | 0 | 31 | 37 | 244 | 140 | 43 |
| Binary | 100 | 10110001 | 10000100 | 1100010 | 0 | 11001 | 11111 | 10100100 | 1100000 | 100011 |
Color Harmonies of #04B184
Complementary color
Monochromatic Colors of #04B184
Black with #04B184
Text Example
Text Example
White with #04B184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B184; }
p { color: rgb(4,177,132); }
H1.HeaderClassName
{
color: #04B184;
}
.AnyTagClassName
{
color: #04B184;
}
</style>
background-color css
<style>
a { background-color: #04B184; }
a { background-color: rgb(4,177,132); }
div.DivClassName
{
background-color: #04B184;
}
.BgClassName
{
background-color: #04B184;
}
</style>
border-color css
<style>
span { border-color: #04B184; }
span { border-color: rgb(4,177,132); }
td.TdClassName
{
border-color: #04B184;
}
.TagClassName
{
border-color: #04B184;
}
</style>