Shades of Mountain Meadow #03BC83
Tints of Mountain Meadow #03BC83
RGB
CMYK
RGB Variations
Color information
#03BC83 (or 0x03BC83) is known color: Mountain Meadow. HEX triplet: 03, BC and 83. RGB value is (3,188,131). Sum of RGB (Red+Green+Blue) = 3+188+131=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BC83 is #FC437C. Grayscale: #7E7E7E. Windows color (decimal): -16532349 or 8633347. OLE color: 8633347.
HSL color Cylindrical-coordinate representation of color #03BC83: hue angle of 161.51º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BC83 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 131 | - |
| CMYK | 0.98 | 0 | 0.30 | 0.26 |
| HSL | 161.51º | 0.97% | 0.37% | - |
| HSV(B) | 161.51º | 0.98% | 0.74% | - |
| XYZ | 22.12 | 37.62 | 27.57 | - |
| YUV | 126.19 | 130.71 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 131 | 0.98 | 0 | 0.30 | 0.26 | 161.51 | 0.97 | 0.37 |
| Hex | 3 | BC | 83 | 62 | 0 | 1E | 1A | A2 | 61 | 25 |
| Octal | 3 | 274 | 203 | 142 | 0 | 36 | 32 | 242 | 141 | 45 |
| Binary | 11 | 10111100 | 10000011 | 1100010 | 0 | 11110 | 11010 | 10100010 | 1100001 | 100101 |
Color Harmonies of #03BC83
Complementary color
Monochromatic Colors of #03BC83
Black with #03BC83
Text Example
Text Example
White with #03BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BC83; }
p { color: rgb(3,188,131); }
H1.HeaderClassName
{
color: #03BC83;
}
.AnyTagClassName
{
color: #03BC83;
}
</style>
background-color css
<style>
a { background-color: #03BC83; }
a { background-color: rgb(3,188,131); }
div.DivClassName
{
background-color: #03BC83;
}
.BgClassName
{
background-color: #03BC83;
}
</style>
border-color css
<style>
span { border-color: #03BC83; }
span { border-color: rgb(3,188,131); }
td.TdClassName
{
border-color: #03BC83;
}
.TagClassName
{
border-color: #03BC83;
}
</style>