Shades of Mountain Meadow #08C577
Tints of Mountain Meadow #08C577
RGB
CMYK
RGB Variations
Color information
#08C577 (or 0x08C577) is known color: Mountain Meadow. HEX triplet: 08, C5 and 77. RGB value is (8,197,119). Sum of RGB (Red+Green+Blue) = 8+197+119=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 197 (77.34% from 255 or 60.80% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 197 - color contains mainly: green. Hex color #08C577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C577 is #F73A88. Grayscale: #838383. Windows color (decimal): -16202377 or 7849224. OLE color: 7849224.
HSL color Cylindrical-coordinate representation of color #08C577: hue angle of 155.24º 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 #08C577 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 197 | 119 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.23 |
| HSL | 155.24º | 0.92% | 0.4% | - |
| HSV(B) | 155.24º | 0.96% | 0.77% | - |
| XYZ | 23.4 | 41.32 | 24.19 | - |
| YUV | 131.6 | 120.88 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 197 | 119 | 0.96 | 0 | 0.40 | 0.23 | 155.24 | 0.92 | 0.4 |
| Hex | 8 | C5 | 77 | 60 | 0 | 28 | 17 | 9B | 5C | 28 |
| Octal | 10 | 305 | 167 | 140 | 0 | 50 | 27 | 233 | 134 | 50 |
| Binary | 1000 | 11000101 | 1110111 | 1100000 | 0 | 101000 | 10111 | 10011011 | 1011100 | 101000 |
Color Harmonies of #08C577
Complementary color
Monochromatic Colors of #08C577
Black with #08C577
Text Example
Text Example
White with #08C577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C577; }
p { color: rgb(8,197,119); }
H1.HeaderClassName
{
color: #08C577;
}
.AnyTagClassName
{
color: #08C577;
}
</style>
background-color css
<style>
a { background-color: #08C577; }
a { background-color: rgb(8,197,119); }
div.DivClassName
{
background-color: #08C577;
}
.BgClassName
{
background-color: #08C577;
}
</style>
border-color css
<style>
span { border-color: #08C577; }
span { border-color: rgb(8,197,119); }
td.TdClassName
{
border-color: #08C577;
}
.TagClassName
{
border-color: #08C577;
}
</style>