Shades of Mountain Meadow #05BA7D
Tints of Mountain Meadow #05BA7D
RGB
CMYK
RGB Variations
Color information
#05BA7D (or 0x05BA7D) is known color: Mountain Meadow. HEX triplet: 05, BA and 7D. RGB value is (5,186,125). Sum of RGB (Red+Green+Blue) = 5+186+125=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA7D is #FA4582. Grayscale: #7C7C7C. Windows color (decimal): -16401795 or 8239621. OLE color: 8239621.
HSL color Cylindrical-coordinate representation of color #05BA7D: hue angle of 159.78º 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 #05BA7D is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 125 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.27 |
| HSL | 159.78º | 0.95% | 0.37% | - |
| HSV(B) | 159.78º | 0.97% | 0.73% | - |
| XYZ | 21.32 | 36.63 | 25.35 | - |
| YUV | 124.93 | 128.03 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 125 | 0.97 | 0 | 0.33 | 0.27 | 159.78 | 0.95 | 0.37 |
| Hex | 5 | BA | 7D | 61 | 0 | 21 | 1B | A0 | 5F | 25 |
| Octal | 5 | 272 | 175 | 141 | 0 | 41 | 33 | 240 | 137 | 45 |
| Binary | 101 | 10111010 | 1111101 | 1100001 | 0 | 100001 | 11011 | 10100000 | 1011111 | 100101 |
Color Harmonies of #05BA7D
Complementary color
Monochromatic Colors of #05BA7D
Black with #05BA7D
Text Example
Text Example
White with #05BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA7D; }
p { color: rgb(5,186,125); }
H1.HeaderClassName
{
color: #05BA7D;
}
.AnyTagClassName
{
color: #05BA7D;
}
</style>
background-color css
<style>
a { background-color: #05BA7D; }
a { background-color: rgb(5,186,125); }
div.DivClassName
{
background-color: #05BA7D;
}
.BgClassName
{
background-color: #05BA7D;
}
</style>
border-color css
<style>
span { border-color: #05BA7D; }
span { border-color: rgb(5,186,125); }
td.TdClassName
{
border-color: #05BA7D;
}
.TagClassName
{
border-color: #05BA7D;
}
</style>