Shades of Mountain Meadow #03BD81
Tints of Mountain Meadow #03BD81
RGB
CMYK
RGB Variations
Color information
#03BD81 (or 0x03BD81) is known color: Mountain Meadow. HEX triplet: 03, BD and 81. RGB value is (3,189,129). Sum of RGB (Red+Green+Blue) = 3+189+129=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 189 (74.22% from 255 or 58.88% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BD81 is #FC427E. Grayscale: #7E7E7E. Windows color (decimal): -16532095 or 8502531. OLE color: 8502531.
HSL color Cylindrical-coordinate representation of color #03BD81: hue angle of 160.65º 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 #03BD81 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 129 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.26 |
| HSL | 160.65º | 0.97% | 0.38% | - |
| HSV(B) | 160.65º | 0.98% | 0.74% | - |
| XYZ | 22.2 | 38 | 26.93 | - |
| YUV | 126.55 | 129.38 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 129 | 0.98 | 0 | 0.32 | 0.26 | 160.65 | 0.97 | 0.38 |
| Hex | 3 | BD | 81 | 62 | 0 | 20 | 1A | A1 | 61 | 26 |
| Octal | 3 | 275 | 201 | 142 | 0 | 40 | 32 | 241 | 141 | 46 |
| Binary | 11 | 10111101 | 10000001 | 1100010 | 0 | 100000 | 11010 | 10100001 | 1100001 | 100110 |
Color Harmonies of #03BD81
Complementary color
Monochromatic Colors of #03BD81
Black with #03BD81
Text Example
Text Example
White with #03BD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BD81; }
p { color: rgb(3,189,129); }
H1.HeaderClassName
{
color: #03BD81;
}
.AnyTagClassName
{
color: #03BD81;
}
</style>
background-color css
<style>
a { background-color: #03BD81; }
a { background-color: rgb(3,189,129); }
div.DivClassName
{
background-color: #03BD81;
}
.BgClassName
{
background-color: #03BD81;
}
</style>
border-color css
<style>
span { border-color: #03BD81; }
span { border-color: rgb(3,189,129); }
td.TdClassName
{
border-color: #03BD81;
}
.TagClassName
{
border-color: #03BD81;
}
</style>