Shades of Mountain Meadow #0DB77D
Tints of Mountain Meadow #0DB77D
RGB
CMYK
RGB Variations
Color information
#0DB77D (or 0x0DB77D) is known color: Mountain Meadow. HEX triplet: 0D, B7 and 7D. RGB value is (13,183,125). Sum of RGB (Red+Green+Blue) = 13+183+125=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB77D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB77D is #F24882. Grayscale: #7D7D7D. Windows color (decimal): -15878275 or 8238861. OLE color: 8238861.
HSL color Cylindrical-coordinate representation of color #0DB77D: hue angle of 159.53º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB77D is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 125 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.28 |
| HSL | 159.53º | 0.87% | 0.38% | - |
| HSV(B) | 159.53º | 0.93% | 0.72% | - |
| XYZ | 20.8 | 35.43 | 25.15 | - |
| YUV | 125.56 | 127.68 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 125 | 0.93 | 0 | 0.32 | 0.28 | 159.53 | 0.87 | 0.38 |
| Hex | D | B7 | 7D | 5D | 0 | 20 | 1C | A0 | 57 | 26 |
| Octal | 15 | 267 | 175 | 135 | 0 | 40 | 34 | 240 | 127 | 46 |
| Binary | 1101 | 10110111 | 1111101 | 1011101 | 0 | 100000 | 11100 | 10100000 | 1010111 | 100110 |
Color Harmonies of #0DB77D
Complementary color
Monochromatic Colors of #0DB77D
Black with #0DB77D
Text Example
Text Example
White with #0DB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB77D; }
p { color: rgb(13,183,125); }
H1.HeaderClassName
{
color: #0DB77D;
}
.AnyTagClassName
{
color: #0DB77D;
}
</style>
background-color css
<style>
a { background-color: #0DB77D; }
a { background-color: rgb(13,183,125); }
div.DivClassName
{
background-color: #0DB77D;
}
.BgClassName
{
background-color: #0DB77D;
}
</style>
border-color css
<style>
span { border-color: #0DB77D; }
span { border-color: rgb(13,183,125); }
td.TdClassName
{
border-color: #0DB77D;
}
.TagClassName
{
border-color: #0DB77D;
}
</style>