Shades of Mountain Meadow #0DCD77
Tints of Mountain Meadow #0DCD77
RGB
CMYK
RGB Variations
Color information
#0DCD77 (or 0x0DCD77) is known color: Mountain Meadow. HEX triplet: 0D, CD and 77. RGB value is (13,205,119). Sum of RGB (Red+Green+Blue) = 13+205+119=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 205 (80.47% from 255 or 60.83% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCD77 is #F23288. Grayscale: #898989. Windows color (decimal): -15872649 or 7851277. OLE color: 7851277.
HSL color Cylindrical-coordinate representation of color #0DCD77: hue angle of 153.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCD77 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 119 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.20 |
| HSL | 153.13º | 0.88% | 0.43% | - |
| HSV(B) | 153.13º | 0.94% | 0.8% | - |
| XYZ | 25.33 | 45.08 | 24.82 | - |
| YUV | 137.79 | 117.39 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 119 | 0.94 | 0 | 0.42 | 0.20 | 153.13 | 0.88 | 0.43 |
| Hex | D | CD | 77 | 5E | 0 | 2A | 14 | 99 | 58 | 2B |
| Octal | 15 | 315 | 167 | 136 | 0 | 52 | 24 | 231 | 130 | 53 |
| Binary | 1101 | 11001101 | 1110111 | 1011110 | 0 | 101010 | 10100 | 10011001 | 1011000 | 101011 |
Color Harmonies of #0DCD77
Complementary color
Monochromatic Colors of #0DCD77
Black with #0DCD77
Text Example
Text Example
White with #0DCD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCD77; }
p { color: rgb(13,205,119); }
H1.HeaderClassName
{
color: #0DCD77;
}
.AnyTagClassName
{
color: #0DCD77;
}
</style>
background-color css
<style>
a { background-color: #0DCD77; }
a { background-color: rgb(13,205,119); }
div.DivClassName
{
background-color: #0DCD77;
}
.BgClassName
{
background-color: #0DCD77;
}
</style>
border-color css
<style>
span { border-color: #0DCD77; }
span { border-color: rgb(13,205,119); }
td.TdClassName
{
border-color: #0DCD77;
}
.TagClassName
{
border-color: #0DCD77;
}
</style>