Shades of Mountain Meadow #08CB7C
Tints of Mountain Meadow #08CB7C
RGB
CMYK
RGB Variations
Color information
#08CB7C (or 0x08CB7C) is known color: Mountain Meadow. HEX triplet: 08, CB and 7C. RGB value is (8,203,124). Sum of RGB (Red+Green+Blue) = 8+203+124=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CB7C is #F73483. Grayscale: #878787. Windows color (decimal): -16200836 or 8178440. OLE color: 8178440.
HSL color Cylindrical-coordinate representation of color #08CB7C: hue angle of 155.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CB7C is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 203 | 124 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.20 |
| HSL | 155.69º | 0.92% | 0.41% | - |
| HSV(B) | 155.69º | 0.96% | 0.8% | - |
| XYZ | 25.09 | 44.22 | 26.28 | - |
| YUV | 135.69 | 121.4 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 124 | 0.96 | 0 | 0.39 | 0.20 | 155.69 | 0.92 | 0.41 |
| Hex | 8 | CB | 7C | 60 | 0 | 27 | 14 | 9C | 5C | 29 |
| Octal | 10 | 313 | 174 | 140 | 0 | 47 | 24 | 234 | 134 | 51 |
| Binary | 1000 | 11001011 | 1111100 | 1100000 | 0 | 100111 | 10100 | 10011100 | 1011100 | 101001 |
Color Harmonies of #08CB7C
Complementary color
Monochromatic Colors of #08CB7C
Black with #08CB7C
Text Example
Text Example
White with #08CB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CB7C; }
p { color: rgb(8,203,124); }
H1.HeaderClassName
{
color: #08CB7C;
}
.AnyTagClassName
{
color: #08CB7C;
}
</style>
background-color css
<style>
a { background-color: #08CB7C; }
a { background-color: rgb(8,203,124); }
div.DivClassName
{
background-color: #08CB7C;
}
.BgClassName
{
background-color: #08CB7C;
}
</style>
border-color css
<style>
span { border-color: #08CB7C; }
span { border-color: rgb(8,203,124); }
td.TdClassName
{
border-color: #08CB7C;
}
.TagClassName
{
border-color: #08CB7C;
}
</style>