Shades of Mountain Meadow #05C080
Tints of Mountain Meadow #05C080
RGB
CMYK
RGB Variations
Color information
#05C080 (or 0x05C080) is known color: Mountain Meadow. HEX triplet: 05, C0 and 80. RGB value is (5,192,128). Sum of RGB (Red+Green+Blue) = 5+192+128=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #05C080 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C080 is #FA3F7F. Grayscale: #808080. Windows color (decimal): -16400256 or 8437765. OLE color: 8437765.
HSL color Cylindrical-coordinate representation of color #05C080: hue angle of 159.47º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C080 is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 192 | 128 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.25 |
| HSL | 159.47º | 0.95% | 0.39% | - |
| HSV(B) | 159.47º | 0.97% | 0.75% | - |
| XYZ | 22.81 | 39.29 | 26.8 | - |
| YUV | 128.79 | 127.55 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 128 | 0.97 | 0 | 0.33 | 0.25 | 159.47 | 0.95 | 0.39 |
| Hex | 5 | C0 | 80 | 61 | 0 | 21 | 19 | 9F | 5F | 27 |
| Octal | 5 | 300 | 200 | 141 | 0 | 41 | 31 | 237 | 137 | 47 |
| Binary | 101 | 11000000 | 10000000 | 1100001 | 0 | 100001 | 11001 | 10011111 | 1011111 | 100111 |
Color Harmonies of #05C080
Complementary color
Monochromatic Colors of #05C080
Black with #05C080
Text Example
Text Example
White with #05C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C080; }
p { color: rgb(5,192,128); }
H1.HeaderClassName
{
color: #05C080;
}
.AnyTagClassName
{
color: #05C080;
}
</style>
background-color css
<style>
a { background-color: #05C080; }
a { background-color: rgb(5,192,128); }
div.DivClassName
{
background-color: #05C080;
}
.BgClassName
{
background-color: #05C080;
}
</style>
border-color css
<style>
span { border-color: #05C080; }
span { border-color: rgb(5,192,128); }
td.TdClassName
{
border-color: #05C080;
}
.TagClassName
{
border-color: #05C080;
}
</style>