Shades of Mountain Meadow #0DCD75
Tints of Mountain Meadow #0DCD75
RGB
CMYK
RGB Variations
Color information
#0DCD75 (or 0x0DCD75) is known color: Mountain Meadow. HEX triplet: 0D, CD and 75. RGB value is (13,205,117). Sum of RGB (Red+Green+Blue) = 13+205+117=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 205 (80.47% from 255 or 61.19% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCD75 is #F2328A. Grayscale: #898989. Windows color (decimal): -15872651 or 7720205. OLE color: 7720205.
HSL color Cylindrical-coordinate representation of color #0DCD75: hue angle of 152.5º 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 #0DCD75 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 117 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.20 |
| HSL | 152.5º | 0.88% | 0.43% | - |
| HSV(B) | 152.5º | 0.94% | 0.8% | - |
| XYZ | 25.21 | 45.03 | 24.19 | - |
| YUV | 137.56 | 116.39 | 39.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 117 | 0.94 | 0 | 0.43 | 0.20 | 152.5 | 0.88 | 0.43 |
| Hex | D | CD | 75 | 5E | 0 | 2B | 14 | 98 | 58 | 2B |
| Octal | 15 | 315 | 165 | 136 | 0 | 53 | 24 | 230 | 130 | 53 |
| Binary | 1101 | 11001101 | 1110101 | 1011110 | 0 | 101011 | 10100 | 10011000 | 1011000 | 101011 |
Color Harmonies of #0DCD75
Complementary color
Monochromatic Colors of #0DCD75
Black with #0DCD75
Text Example
Text Example
White with #0DCD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCD75; }
p { color: rgb(13,205,117); }
H1.HeaderClassName
{
color: #0DCD75;
}
.AnyTagClassName
{
color: #0DCD75;
}
</style>
background-color css
<style>
a { background-color: #0DCD75; }
a { background-color: rgb(13,205,117); }
div.DivClassName
{
background-color: #0DCD75;
}
.BgClassName
{
background-color: #0DCD75;
}
</style>
border-color css
<style>
span { border-color: #0DCD75; }
span { border-color: rgb(13,205,117); }
td.TdClassName
{
border-color: #0DCD75;
}
.TagClassName
{
border-color: #0DCD75;
}
</style>