Shades of Mountain Meadow #03BB85
Tints of Mountain Meadow #03BB85
RGB
CMYK
RGB Variations
Color information
#03BB85 (or 0x03BB85) is known color: Mountain Meadow. HEX triplet: 03, BB and 85. RGB value is (3,187,133). Sum of RGB (Red+Green+Blue) = 3+187+133=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 187 (73.44% from 255 or 57.89% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 187 - color contains mainly: green. Hex color #03BB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BB85 is #FC447A. Grayscale: #7D7D7D. Windows color (decimal): -16532603 or 8764163. OLE color: 8764163.
HSL color Cylindrical-coordinate representation of color #03BB85: hue angle of 162.39º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BB85 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 187 | 133 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.27 |
| HSL | 162.39º | 0.97% | 0.37% | - |
| HSV(B) | 162.39º | 0.98% | 0.73% | - |
| XYZ | 22.04 | 37.25 | 28.22 | - |
| YUV | 125.83 | 132.04 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 187 | 133 | 0.98 | 0 | 0.29 | 0.27 | 162.39 | 0.97 | 0.37 |
| Hex | 3 | BB | 85 | 62 | 0 | 1D | 1B | A2 | 61 | 25 |
| Octal | 3 | 273 | 205 | 142 | 0 | 35 | 33 | 242 | 141 | 45 |
| Binary | 11 | 10111011 | 10000101 | 1100010 | 0 | 11101 | 11011 | 10100010 | 1100001 | 100101 |
Color Harmonies of #03BB85
Complementary color
Monochromatic Colors of #03BB85
Black with #03BB85
Text Example
Text Example
White with #03BB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BB85; }
p { color: rgb(3,187,133); }
H1.HeaderClassName
{
color: #03BB85;
}
.AnyTagClassName
{
color: #03BB85;
}
</style>
background-color css
<style>
a { background-color: #03BB85; }
a { background-color: rgb(3,187,133); }
div.DivClassName
{
background-color: #03BB85;
}
.BgClassName
{
background-color: #03BB85;
}
</style>
border-color css
<style>
span { border-color: #03BB85; }
span { border-color: rgb(3,187,133); }
td.TdClassName
{
border-color: #03BB85;
}
.TagClassName
{
border-color: #03BB85;
}
</style>