Shades of Mountain Meadow #0DCB7D
Tints of Mountain Meadow #0DCB7D
RGB
CMYK
RGB Variations
Color information
#0DCB7D (or 0x0DCB7D) is known color: Mountain Meadow. HEX triplet: 0D, CB and 7D. RGB value is (13,203,125). Sum of RGB (Red+Green+Blue) = 13+203+125=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCB7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCB7D is #F23482. Grayscale: #898989. Windows color (decimal): -15873155 or 8243981. OLE color: 8243981.
HSL color Cylindrical-coordinate representation of color #0DCB7D: hue angle of 155.37º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCB7D is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 125 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.20 |
| HSL | 155.37º | 0.88% | 0.42% | - |
| HSV(B) | 155.37º | 0.94% | 0.8% | - |
| XYZ | 25.22 | 44.28 | 26.62 | - |
| YUV | 137.3 | 121.05 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 125 | 0.94 | 0 | 0.38 | 0.20 | 155.37 | 0.88 | 0.42 |
| Hex | D | CB | 7D | 5E | 0 | 26 | 14 | 9B | 58 | 2A |
| Octal | 15 | 313 | 175 | 136 | 0 | 46 | 24 | 233 | 130 | 52 |
| Binary | 1101 | 11001011 | 1111101 | 1011110 | 0 | 100110 | 10100 | 10011011 | 1011000 | 101010 |
Color Harmonies of #0DCB7D
Complementary color
Monochromatic Colors of #0DCB7D
Black with #0DCB7D
Text Example
Text Example
White with #0DCB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCB7D; }
p { color: rgb(13,203,125); }
H1.HeaderClassName
{
color: #0DCB7D;
}
.AnyTagClassName
{
color: #0DCB7D;
}
</style>
background-color css
<style>
a { background-color: #0DCB7D; }
a { background-color: rgb(13,203,125); }
div.DivClassName
{
background-color: #0DCB7D;
}
.BgClassName
{
background-color: #0DCB7D;
}
</style>
border-color css
<style>
span { border-color: #0DCB7D; }
span { border-color: rgb(13,203,125); }
td.TdClassName
{
border-color: #0DCB7D;
}
.TagClassName
{
border-color: #0DCB7D;
}
</style>