Shades of Mountain Meadow #0DBE7D
Tints of Mountain Meadow #0DBE7D
RGB
CMYK
RGB Variations
Color information
#0DBE7D (or 0x0DBE7D) is known color: Mountain Meadow. HEX triplet: 0D, BE and 7D. RGB value is (13,190,125). Sum of RGB (Red+Green+Blue) = 13+190+125=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 190 (74.61% from 255 or 57.93% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBE7D is #F24182. Grayscale: #818181. Windows color (decimal): -15876483 or 8240653. OLE color: 8240653.
HSL color Cylindrical-coordinate representation of color #0DBE7D: hue angle of 157.97º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBE7D is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 125 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.25 |
| HSL | 157.97º | 0.87% | 0.4% | - |
| HSV(B) | 157.97º | 0.93% | 0.75% | - |
| XYZ | 22.28 | 38.39 | 25.64 | - |
| YUV | 129.67 | 125.36 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 125 | 0.93 | 0 | 0.34 | 0.25 | 157.97 | 0.87 | 0.4 |
| Hex | D | BE | 7D | 5D | 0 | 22 | 19 | 9E | 57 | 28 |
| Octal | 15 | 276 | 175 | 135 | 0 | 42 | 31 | 236 | 127 | 50 |
| Binary | 1101 | 10111110 | 1111101 | 1011101 | 0 | 100010 | 11001 | 10011110 | 1010111 | 101000 |
Color Harmonies of #0DBE7D
Complementary color
Monochromatic Colors of #0DBE7D
Black with #0DBE7D
Text Example
Text Example
White with #0DBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE7D; }
p { color: rgb(13,190,125); }
H1.HeaderClassName
{
color: #0DBE7D;
}
.AnyTagClassName
{
color: #0DBE7D;
}
</style>
background-color css
<style>
a { background-color: #0DBE7D; }
a { background-color: rgb(13,190,125); }
div.DivClassName
{
background-color: #0DBE7D;
}
.BgClassName
{
background-color: #0DBE7D;
}
</style>
border-color css
<style>
span { border-color: #0DBE7D; }
span { border-color: rgb(13,190,125); }
td.TdClassName
{
border-color: #0DBE7D;
}
.TagClassName
{
border-color: #0DBE7D;
}
</style>