Shades of Mountain Meadow #05BD7C
Tints of Mountain Meadow #05BD7C
RGB
CMYK
RGB Variations
Color information
#05BD7C (or 0x05BD7C) is known color: Mountain Meadow. HEX triplet: 05, BD and 7C. RGB value is (5,189,124). Sum of RGB (Red+Green+Blue) = 5+189+124=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BD7C is #FA4283. Grayscale: #7E7E7E. Windows color (decimal): -16401028 or 8174853. OLE color: 8174853.
HSL color Cylindrical-coordinate representation of color #05BD7C: hue angle of 158.8º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BD7C is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 189 | 124 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.26 |
| HSL | 158.8º | 0.95% | 0.38% | - |
| HSV(B) | 158.8º | 0.97% | 0.74% | - |
| XYZ | 21.9 | 37.88 | 25.23 | - |
| YUV | 126.57 | 126.54 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 124 | 0.97 | 0 | 0.34 | 0.26 | 158.8 | 0.95 | 0.38 |
| Hex | 5 | BD | 7C | 61 | 0 | 22 | 1A | 9F | 5F | 26 |
| Octal | 5 | 275 | 174 | 141 | 0 | 42 | 32 | 237 | 137 | 46 |
| Binary | 101 | 10111101 | 1111100 | 1100001 | 0 | 100010 | 11010 | 10011111 | 1011111 | 100110 |
Color Harmonies of #05BD7C
Complementary color
Monochromatic Colors of #05BD7C
Black with #05BD7C
Text Example
Text Example
White with #05BD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BD7C; }
p { color: rgb(5,189,124); }
H1.HeaderClassName
{
color: #05BD7C;
}
.AnyTagClassName
{
color: #05BD7C;
}
</style>
background-color css
<style>
a { background-color: #05BD7C; }
a { background-color: rgb(5,189,124); }
div.DivClassName
{
background-color: #05BD7C;
}
.BgClassName
{
background-color: #05BD7C;
}
</style>
border-color css
<style>
span { border-color: #05BD7C; }
span { border-color: rgb(5,189,124); }
td.TdClassName
{
border-color: #05BD7C;
}
.TagClassName
{
border-color: #05BD7C;
}
</style>