Shades of Mountain Meadow #05C67D
Tints of Mountain Meadow #05C67D
RGB
CMYK
RGB Variations
Color information
#05C67D (or 0x05C67D) is known color: Mountain Meadow. HEX triplet: 05, C6 and 7D. RGB value is (5,198,125). Sum of RGB (Red+Green+Blue) = 5+198+125=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 198 (77.73% from 255 or 60.37% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 198 - color contains mainly: green. Hex color #05C67D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C67D is #FA3982. Grayscale: #848484. Windows color (decimal): -16398723 or 8242693. OLE color: 8242693.
HSL color Cylindrical-coordinate representation of color #05C67D: hue angle of 157.31º 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 #05C67D is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 198 | 125 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.22 |
| HSL | 157.31º | 0.95% | 0.4% | - |
| HSV(B) | 157.31º | 0.97% | 0.78% | - |
| XYZ | 23.96 | 41.9 | 26.23 | - |
| YUV | 131.97 | 124.06 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 198 | 125 | 0.97 | 0 | 0.37 | 0.22 | 157.31 | 0.95 | 0.4 |
| Hex | 5 | C6 | 7D | 61 | 0 | 25 | 16 | 9D | 5F | 28 |
| Octal | 5 | 306 | 175 | 141 | 0 | 45 | 26 | 235 | 137 | 50 |
| Binary | 101 | 11000110 | 1111101 | 1100001 | 0 | 100101 | 10110 | 10011101 | 1011111 | 101000 |
Color Harmonies of #05C67D
Complementary color
Monochromatic Colors of #05C67D
Black with #05C67D
Text Example
Text Example
White with #05C67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C67D; }
p { color: rgb(5,198,125); }
H1.HeaderClassName
{
color: #05C67D;
}
.AnyTagClassName
{
color: #05C67D;
}
</style>
background-color css
<style>
a { background-color: #05C67D; }
a { background-color: rgb(5,198,125); }
div.DivClassName
{
background-color: #05C67D;
}
.BgClassName
{
background-color: #05C67D;
}
</style>
border-color css
<style>
span { border-color: #05C67D; }
span { border-color: rgb(5,198,125); }
td.TdClassName
{
border-color: #05C67D;
}
.TagClassName
{
border-color: #05C67D;
}
</style>