Shades of Mountain Meadow #05BA7B
Tints of Mountain Meadow #05BA7B
RGB
CMYK
RGB Variations
Color information
#05BA7B (or 0x05BA7B) is known color: Mountain Meadow. HEX triplet: 05, BA and 7B. RGB value is (5,186,123). Sum of RGB (Red+Green+Blue) = 5+186+123=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA7B is #FA4584. Grayscale: #7C7C7C. Windows color (decimal): -16401797 or 8108549. OLE color: 8108549.
HSL color Cylindrical-coordinate representation of color #05BA7B: hue angle of 159.12º 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 #05BA7B is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 123 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.27 |
| HSL | 159.12º | 0.95% | 0.37% | - |
| HSV(B) | 159.12º | 0.97% | 0.73% | - |
| XYZ | 21.2 | 36.58 | 24.68 | - |
| YUV | 124.7 | 127.03 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 123 | 0.97 | 0 | 0.34 | 0.27 | 159.12 | 0.95 | 0.37 |
| Hex | 5 | BA | 7B | 61 | 0 | 22 | 1B | 9F | 5F | 25 |
| Octal | 5 | 272 | 173 | 141 | 0 | 42 | 33 | 237 | 137 | 45 |
| Binary | 101 | 10111010 | 1111011 | 1100001 | 0 | 100010 | 11011 | 10011111 | 1011111 | 100101 |
Color Harmonies of #05BA7B
Complementary color
Monochromatic Colors of #05BA7B
Black with #05BA7B
Text Example
Text Example
White with #05BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA7B; }
p { color: rgb(5,186,123); }
H1.HeaderClassName
{
color: #05BA7B;
}
.AnyTagClassName
{
color: #05BA7B;
}
</style>
background-color css
<style>
a { background-color: #05BA7B; }
a { background-color: rgb(5,186,123); }
div.DivClassName
{
background-color: #05BA7B;
}
.BgClassName
{
background-color: #05BA7B;
}
</style>
border-color css
<style>
span { border-color: #05BA7B; }
span { border-color: rgb(5,186,123); }
td.TdClassName
{
border-color: #05BA7B;
}
.TagClassName
{
border-color: #05BA7B;
}
</style>