Shades of Mountain Meadow #05BA7C
Tints of Mountain Meadow #05BA7C
RGB
CMYK
RGB Variations
Color information
#05BA7C (or 0x05BA7C) is known color: Mountain Meadow. HEX triplet: 05, BA and 7C. RGB value is (5,186,124). Sum of RGB (Red+Green+Blue) = 5+186+124=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA7C is #FA4583. Grayscale: #7C7C7C. Windows color (decimal): -16401796 or 8174085. OLE color: 8174085.
HSL color Cylindrical-coordinate representation of color #05BA7C: hue angle of 159.45º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BA7C is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 124 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.27 |
| HSL | 159.45º | 0.95% | 0.37% | - |
| HSV(B) | 159.45º | 0.97% | 0.73% | - |
| XYZ | 21.26 | 36.61 | 25.01 | - |
| YUV | 124.81 | 127.53 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 124 | 0.97 | 0 | 0.33 | 0.27 | 159.45 | 0.95 | 0.37 |
| Hex | 5 | BA | 7C | 61 | 0 | 21 | 1B | 9F | 5F | 25 |
| Octal | 5 | 272 | 174 | 141 | 0 | 41 | 33 | 237 | 137 | 45 |
| Binary | 101 | 10111010 | 1111100 | 1100001 | 0 | 100001 | 11011 | 10011111 | 1011111 | 100101 |
Color Harmonies of #05BA7C
Complementary color
Monochromatic Colors of #05BA7C
Black with #05BA7C
Text Example
Text Example
White with #05BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA7C; }
p { color: rgb(5,186,124); }
H1.HeaderClassName
{
color: #05BA7C;
}
.AnyTagClassName
{
color: #05BA7C;
}
</style>
background-color css
<style>
a { background-color: #05BA7C; }
a { background-color: rgb(5,186,124); }
div.DivClassName
{
background-color: #05BA7C;
}
.BgClassName
{
background-color: #05BA7C;
}
</style>
border-color css
<style>
span { border-color: #05BA7C; }
span { border-color: rgb(5,186,124); }
td.TdClassName
{
border-color: #05BA7C;
}
.TagClassName
{
border-color: #05BA7C;
}
</style>