Shades of Mountain Meadow #08C57D
Tints of Mountain Meadow #08C57D
RGB
CMYK
RGB Variations
Color information
#08C57D (or 0x08C57D) is known color: Mountain Meadow. HEX triplet: 08, C5 and 7D. RGB value is (8,197,125). Sum of RGB (Red+Green+Blue) = 8+197+125=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #08C57D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C57D is #F73A82. Grayscale: #848484. Windows color (decimal): -16202371 or 8242440. OLE color: 8242440.
HSL color Cylindrical-coordinate representation of color #08C57D: hue angle of 157.14º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C57D is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 197 | 125 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.23 |
| HSL | 157.14º | 0.92% | 0.4% | - |
| HSV(B) | 157.14º | 0.96% | 0.77% | - |
| XYZ | 23.77 | 41.46 | 26.15 | - |
| YUV | 132.28 | 123.88 | 39.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 197 | 125 | 0.96 | 0 | 0.37 | 0.23 | 157.14 | 0.92 | 0.4 |
| Hex | 8 | C5 | 7D | 60 | 0 | 25 | 17 | 9D | 5C | 28 |
| Octal | 10 | 305 | 175 | 140 | 0 | 45 | 27 | 235 | 134 | 50 |
| Binary | 1000 | 11000101 | 1111101 | 1100000 | 0 | 100101 | 10111 | 10011101 | 1011100 | 101000 |
Color Harmonies of #08C57D
Complementary color
Monochromatic Colors of #08C57D
Black with #08C57D
Text Example
Text Example
White with #08C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C57D; }
p { color: rgb(8,197,125); }
H1.HeaderClassName
{
color: #08C57D;
}
.AnyTagClassName
{
color: #08C57D;
}
</style>
background-color css
<style>
a { background-color: #08C57D; }
a { background-color: rgb(8,197,125); }
div.DivClassName
{
background-color: #08C57D;
}
.BgClassName
{
background-color: #08C57D;
}
</style>
border-color css
<style>
span { border-color: #08C57D; }
span { border-color: rgb(8,197,125); }
td.TdClassName
{
border-color: #08C57D;
}
.TagClassName
{
border-color: #08C57D;
}
</style>