Shades of Mountain Meadow #05C77C
Tints of Mountain Meadow #05C77C
RGB
CMYK
RGB Variations
Color information
#05C77C (or 0x05C77C) is known color: Mountain Meadow. HEX triplet: 05, C7 and 7C. RGB value is (5,199,124). Sum of RGB (Red+Green+Blue) = 5+199+124=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 199 (78.12% from 255 or 60.67% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 199 - color contains mainly: green. Hex color #05C77C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C77C is #FA3883. Grayscale: #848484. Windows color (decimal): -16398468 or 8177413. OLE color: 8177413.
HSL color Cylindrical-coordinate representation of color #05C77C: hue angle of 156.8º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C77C is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 199 | 124 | - |
| CMYK | 0.97 | 0 | 0.38 | 0.22 |
| HSL | 156.8º | 0.95% | 0.4% | - |
| HSV(B) | 156.8º | 0.97% | 0.78% | - |
| XYZ | 24.12 | 42.33 | 25.97 | - |
| YUV | 132.44 | 123.23 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 199 | 124 | 0.97 | 0 | 0.38 | 0.22 | 156.8 | 0.95 | 0.4 |
| Hex | 5 | C7 | 7C | 61 | 0 | 26 | 16 | 9D | 5F | 28 |
| Octal | 5 | 307 | 174 | 141 | 0 | 46 | 26 | 235 | 137 | 50 |
| Binary | 101 | 11000111 | 1111100 | 1100001 | 0 | 100110 | 10110 | 10011101 | 1011111 | 101000 |
Color Harmonies of #05C77C
Complementary color
Monochromatic Colors of #05C77C
Black with #05C77C
Text Example
Text Example
White with #05C77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C77C; }
p { color: rgb(5,199,124); }
H1.HeaderClassName
{
color: #05C77C;
}
.AnyTagClassName
{
color: #05C77C;
}
</style>
background-color css
<style>
a { background-color: #05C77C; }
a { background-color: rgb(5,199,124); }
div.DivClassName
{
background-color: #05C77C;
}
.BgClassName
{
background-color: #05C77C;
}
</style>
border-color css
<style>
span { border-color: #05C77C; }
span { border-color: rgb(5,199,124); }
td.TdClassName
{
border-color: #05C77C;
}
.TagClassName
{
border-color: #05C77C;
}
</style>