Shades of Mountain Meadow #08CB7B
Tints of Mountain Meadow #08CB7B
RGB
CMYK
RGB Variations
Color information
#08CB7B (or 0x08CB7B) is known color: Mountain Meadow. HEX triplet: 08, CB and 7B. RGB value is (8,203,123). Sum of RGB (Red+Green+Blue) = 8+203+123=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 203 (79.69% from 255 or 60.78% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08CB7B is #F73484. Grayscale: #878787. Windows color (decimal): -16200837 or 8112904. OLE color: 8112904.
HSL color Cylindrical-coordinate representation of color #08CB7B: hue angle of 155.38º 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 #08CB7B is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 203 | 123 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.20 |
| HSL | 155.38º | 0.92% | 0.41% | - |
| HSV(B) | 155.38º | 0.96% | 0.8% | - |
| XYZ | 25.03 | 44.19 | 25.95 | - |
| YUV | 135.58 | 120.9 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 123 | 0.96 | 0 | 0.39 | 0.20 | 155.38 | 0.92 | 0.41 |
| Hex | 8 | CB | 7B | 60 | 0 | 27 | 14 | 9B | 5C | 29 |
| Octal | 10 | 313 | 173 | 140 | 0 | 47 | 24 | 233 | 134 | 51 |
| Binary | 1000 | 11001011 | 1111011 | 1100000 | 0 | 100111 | 10100 | 10011011 | 1011100 | 101001 |
Color Harmonies of #08CB7B
Complementary color
Monochromatic Colors of #08CB7B
Black with #08CB7B
Text Example
Text Example
White with #08CB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CB7B; }
p { color: rgb(8,203,123); }
H1.HeaderClassName
{
color: #08CB7B;
}
.AnyTagClassName
{
color: #08CB7B;
}
</style>
background-color css
<style>
a { background-color: #08CB7B; }
a { background-color: rgb(8,203,123); }
div.DivClassName
{
background-color: #08CB7B;
}
.BgClassName
{
background-color: #08CB7B;
}
</style>
border-color css
<style>
span { border-color: #08CB7B; }
span { border-color: rgb(8,203,123); }
td.TdClassName
{
border-color: #08CB7B;
}
.TagClassName
{
border-color: #08CB7B;
}
</style>