Shades of Mountain Meadow #08C778
Tints of Mountain Meadow #08C778
RGB
CMYK
RGB Variations
Color information
#08C778 (or 0x08C778) is known color: Mountain Meadow. HEX triplet: 08, C7 and 78. RGB value is (8,199,120). Sum of RGB (Red+Green+Blue) = 8+199+120=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 199 (78.12% from 255 or 60.86% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 199 - color contains mainly: green. Hex color #08C778 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C778 is #F73887. Grayscale: #858585. Windows color (decimal): -16201864 or 7915272. OLE color: 7915272.
HSL color Cylindrical-coordinate representation of color #08C778: hue angle of 155.18º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C778 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 199 | 120 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.22 |
| HSL | 155.18º | 0.92% | 0.41% | - |
| HSV(B) | 155.18º | 0.96% | 0.78% | - |
| XYZ | 23.91 | 42.25 | 24.66 | - |
| YUV | 132.89 | 120.72 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 199 | 120 | 0.96 | 0 | 0.40 | 0.22 | 155.18 | 0.92 | 0.41 |
| Hex | 8 | C7 | 78 | 60 | 0 | 28 | 16 | 9B | 5C | 29 |
| Octal | 10 | 307 | 170 | 140 | 0 | 50 | 26 | 233 | 134 | 51 |
| Binary | 1000 | 11000111 | 1111000 | 1100000 | 0 | 101000 | 10110 | 10011011 | 1011100 | 101001 |
Color Harmonies of #08C778
Complementary color
Monochromatic Colors of #08C778
Black with #08C778
Text Example
Text Example
White with #08C778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C778; }
p { color: rgb(8,199,120); }
H1.HeaderClassName
{
color: #08C778;
}
.AnyTagClassName
{
color: #08C778;
}
</style>
background-color css
<style>
a { background-color: #08C778; }
a { background-color: rgb(8,199,120); }
div.DivClassName
{
background-color: #08C778;
}
.BgClassName
{
background-color: #08C778;
}
</style>
border-color css
<style>
span { border-color: #08C778; }
span { border-color: rgb(8,199,120); }
td.TdClassName
{
border-color: #08C778;
}
.TagClassName
{
border-color: #08C778;
}
</style>