Shades of Mountain Meadow #03BD7E
Tints of Mountain Meadow #03BD7E
RGB
CMYK
RGB Variations
Color information
#03BD7E (or 0x03BD7E) is known color: Mountain Meadow. HEX triplet: 03, BD and 7E. RGB value is (3,189,126). Sum of RGB (Red+Green+Blue) = 3+189+126=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BD7E is #FC4281. Grayscale: #7E7E7E. Windows color (decimal): -16532098 or 8305923. OLE color: 8305923.
HSL color Cylindrical-coordinate representation of color #03BD7E: hue angle of 159.68º degrees, saturation: 0.97, 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 #03BD7E is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 126 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.26 |
| HSL | 159.68º | 0.97% | 0.38% | - |
| HSV(B) | 159.68º | 0.98% | 0.74% | - |
| XYZ | 22 | 37.92 | 25.9 | - |
| YUV | 126.2 | 127.88 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 126 | 0.98 | 0 | 0.33 | 0.26 | 159.68 | 0.97 | 0.38 |
| Hex | 3 | BD | 7E | 62 | 0 | 21 | 1A | A0 | 61 | 26 |
| Octal | 3 | 275 | 176 | 142 | 0 | 41 | 32 | 240 | 141 | 46 |
| Binary | 11 | 10111101 | 1111110 | 1100010 | 0 | 100001 | 11010 | 10100000 | 1100001 | 100110 |
Color Harmonies of #03BD7E
Complementary color
Monochromatic Colors of #03BD7E
Black with #03BD7E
Text Example
Text Example
White with #03BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BD7E; }
p { color: rgb(3,189,126); }
H1.HeaderClassName
{
color: #03BD7E;
}
.AnyTagClassName
{
color: #03BD7E;
}
</style>
background-color css
<style>
a { background-color: #03BD7E; }
a { background-color: rgb(3,189,126); }
div.DivClassName
{
background-color: #03BD7E;
}
.BgClassName
{
background-color: #03BD7E;
}
</style>
border-color css
<style>
span { border-color: #03BD7E; }
span { border-color: rgb(3,189,126); }
td.TdClassName
{
border-color: #03BD7E;
}
.TagClassName
{
border-color: #03BD7E;
}
</style>