Shades of Mountain Meadow #03C07D
Tints of Mountain Meadow #03C07D
RGB
CMYK
RGB Variations
Color information
#03C07D (or 0x03C07D) is known color: Mountain Meadow. HEX triplet: 03, C0 and 7D. RGB value is (3,192,125). Sum of RGB (Red+Green+Blue) = 3+192+125=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #03C07D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C07D is #FC3F82. Grayscale: #7F7F7F. Windows color (decimal): -16531331 or 8241155. OLE color: 8241155.
HSL color Cylindrical-coordinate representation of color #03C07D: hue angle of 158.73º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C07D is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 125 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.25 |
| HSL | 158.73º | 0.97% | 0.38% | - |
| HSV(B) | 158.73º | 0.98% | 0.75% | - |
| XYZ | 22.59 | 39.2 | 25.78 | - |
| YUV | 127.85 | 126.38 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 125 | 0.98 | 0 | 0.35 | 0.25 | 158.73 | 0.97 | 0.38 |
| Hex | 3 | C0 | 7D | 62 | 0 | 23 | 19 | 9F | 61 | 26 |
| Octal | 3 | 300 | 175 | 142 | 0 | 43 | 31 | 237 | 141 | 46 |
| Binary | 11 | 11000000 | 1111101 | 1100010 | 0 | 100011 | 11001 | 10011111 | 1100001 | 100110 |
Color Harmonies of #03C07D
Complementary color
Monochromatic Colors of #03C07D
Black with #03C07D
Text Example
Text Example
White with #03C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C07D; }
p { color: rgb(3,192,125); }
H1.HeaderClassName
{
color: #03C07D;
}
.AnyTagClassName
{
color: #03C07D;
}
</style>
background-color css
<style>
a { background-color: #03C07D; }
a { background-color: rgb(3,192,125); }
div.DivClassName
{
background-color: #03C07D;
}
.BgClassName
{
background-color: #03C07D;
}
</style>
border-color css
<style>
span { border-color: #03C07D; }
span { border-color: rgb(3,192,125); }
td.TdClassName
{
border-color: #03C07D;
}
.TagClassName
{
border-color: #03C07D;
}
</style>