Shades of Mountain Meadow #05BA80
Tints of Mountain Meadow #05BA80
RGB
CMYK
RGB Variations
Color information
#05BA80 (or 0x05BA80) is known color: Mountain Meadow. HEX triplet: 05, BA and 80. RGB value is (5,186,128). Sum of RGB (Red+Green+Blue) = 5+186+128=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA80 is #FA457F. Grayscale: #7D7D7D. Windows color (decimal): -16401792 or 8436229. OLE color: 8436229.
HSL color Cylindrical-coordinate representation of color #05BA80: hue angle of 160.77º 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 #05BA80 is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 128 | - |
| CMYK | 0.97 | 0 | 0.31 | 0.27 |
| HSL | 160.77º | 0.95% | 0.37% | - |
| HSV(B) | 160.77º | 0.97% | 0.73% | - |
| XYZ | 21.52 | 36.71 | 26.37 | - |
| YUV | 125.27 | 129.53 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 128 | 0.97 | 0 | 0.31 | 0.27 | 160.77 | 0.95 | 0.37 |
| Hex | 5 | BA | 80 | 61 | 0 | 1F | 1B | A1 | 5F | 25 |
| Octal | 5 | 272 | 200 | 141 | 0 | 37 | 33 | 241 | 137 | 45 |
| Binary | 101 | 10111010 | 10000000 | 1100001 | 0 | 11111 | 11011 | 10100001 | 1011111 | 100101 |
Color Harmonies of #05BA80
Complementary color
Monochromatic Colors of #05BA80
Black with #05BA80
Text Example
Text Example
White with #05BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA80; }
p { color: rgb(5,186,128); }
H1.HeaderClassName
{
color: #05BA80;
}
.AnyTagClassName
{
color: #05BA80;
}
</style>
background-color css
<style>
a { background-color: #05BA80; }
a { background-color: rgb(5,186,128); }
div.DivClassName
{
background-color: #05BA80;
}
.BgClassName
{
background-color: #05BA80;
}
</style>
border-color css
<style>
span { border-color: #05BA80; }
span { border-color: rgb(5,186,128); }
td.TdClassName
{
border-color: #05BA80;
}
.TagClassName
{
border-color: #05BA80;
}
</style>