Shades of Mountain Meadow #04BD83
Tints of Mountain Meadow #04BD83
RGB
CMYK
RGB Variations
Color information
#04BD83 (or 0x04BD83) is known color: Mountain Meadow. HEX triplet: 04, BD and 83. RGB value is (4,189,131). Sum of RGB (Red+Green+Blue) = 4+189+131=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BD83 is #FB427C. Grayscale: #7F7F7F. Windows color (decimal): -16466557 or 8633604. OLE color: 8633604.
HSL color Cylindrical-coordinate representation of color #04BD83: hue angle of 161.19º 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 #04BD83 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 131 | - |
| CMYK | 0.98 | 0 | 0.31 | 0.26 |
| HSL | 161.19º | 0.96% | 0.38% | - |
| HSV(B) | 161.19º | 0.98% | 0.74% | - |
| XYZ | 22.34 | 38.06 | 27.64 | - |
| YUV | 127.07 | 130.21 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 131 | 0.98 | 0 | 0.31 | 0.26 | 161.19 | 0.96 | 0.38 |
| Hex | 4 | BD | 83 | 62 | 0 | 1F | 1A | A1 | 60 | 26 |
| Octal | 4 | 275 | 203 | 142 | 0 | 37 | 32 | 241 | 140 | 46 |
| Binary | 100 | 10111101 | 10000011 | 1100010 | 0 | 11111 | 11010 | 10100001 | 1100000 | 100110 |
Color Harmonies of #04BD83
Complementary color
Monochromatic Colors of #04BD83
Black with #04BD83
Text Example
Text Example
White with #04BD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BD83; }
p { color: rgb(4,189,131); }
H1.HeaderClassName
{
color: #04BD83;
}
.AnyTagClassName
{
color: #04BD83;
}
</style>
background-color css
<style>
a { background-color: #04BD83; }
a { background-color: rgb(4,189,131); }
div.DivClassName
{
background-color: #04BD83;
}
.BgClassName
{
background-color: #04BD83;
}
</style>
border-color css
<style>
span { border-color: #04BD83; }
span { border-color: rgb(4,189,131); }
td.TdClassName
{
border-color: #04BD83;
}
.TagClassName
{
border-color: #04BD83;
}
</style>