Shades of Mountain Meadow #0DCC75
Tints of Mountain Meadow #0DCC75
RGB
CMYK
RGB Variations
Color information
#0DCC75 (or 0x0DCC75) is known color: Mountain Meadow. HEX triplet: 0D, CC and 75. RGB value is (13,204,117). Sum of RGB (Red+Green+Blue) = 13+204+117=334 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.89% from 334); Green value is 204 (80.08% from 255 or 61.08% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCC75 is #F2338A. Grayscale: #898989. Windows color (decimal): -15872907 or 7719949. OLE color: 7719949.
HSL color Cylindrical-coordinate representation of color #0DCC75: hue angle of 152.67º 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 #0DCC75 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 204 | 117 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.2 |
| HSL | 152.67º | 0.88% | 0.43% | - |
| HSV(B) | 152.67º | 0.94% | 0.8% | - |
| XYZ | 24.97 | 44.56 | 24.11 | - |
| YUV | 136.97 | 116.72 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 117 | 0.94 | 0 | 0.43 | 0.2 | 152.67 | 0.88 | 0.43 |
| Hex | D | CC | 75 | 5E | 0 | 2B | 14 | 99 | 58 | 2B |
| Octal | 15 | 314 | 165 | 136 | 0 | 53 | 24 | 231 | 130 | 53 |
| Binary | 1101 | 11001100 | 1110101 | 1011110 | 0 | 101011 | 10100 | 10011001 | 1011000 | 101011 |
Color Harmonies of #0DCC75
Complementary color
Monochromatic Colors of #0DCC75
Black with #0DCC75
Text Example
Text Example
White with #0DCC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCC75; }
p { color: rgb(13,204,117); }
H1.HeaderClassName
{
color: #0DCC75;
}
.AnyTagClassName
{
color: #0DCC75;
}
</style>
background-color css
<style>
a { background-color: #0DCC75; }
a { background-color: rgb(13,204,117); }
div.DivClassName
{
background-color: #0DCC75;
}
.BgClassName
{
background-color: #0DCC75;
}
</style>
border-color css
<style>
span { border-color: #0DCC75; }
span { border-color: rgb(13,204,117); }
td.TdClassName
{
border-color: #0DCC75;
}
.TagClassName
{
border-color: #0DCC75;
}
</style>