Shades of Mountain Meadow #0DCF78
Tints of Mountain Meadow #0DCF78
RGB
CMYK
RGB Variations
Color information
#0DCF78 (or 0x0DCF78) is known color: Mountain Meadow. HEX triplet: 0D, CF and 78. RGB value is (13,207,120). Sum of RGB (Red+Green+Blue) = 13+207+120=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCF78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCF78 is #F23087. Grayscale: #8B8B8B. Windows color (decimal): -15872136 or 7917325. OLE color: 7917325.
HSL color Cylindrical-coordinate representation of color #0DCF78: hue angle of 153.09º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCF78 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 207 | 120 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.19 |
| HSL | 153.09º | 0.88% | 0.43% | - |
| HSV(B) | 153.09º | 0.94% | 0.81% | - |
| XYZ | 25.87 | 46.07 | 25.3 | - |
| YUV | 139.08 | 117.23 | 38.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 120 | 0.94 | 0 | 0.42 | 0.19 | 153.09 | 0.88 | 0.43 |
| Hex | D | CF | 78 | 5E | 0 | 2A | 13 | 99 | 58 | 2B |
| Octal | 15 | 317 | 170 | 136 | 0 | 52 | 23 | 231 | 130 | 53 |
| Binary | 1101 | 11001111 | 1111000 | 1011110 | 0 | 101010 | 10011 | 10011001 | 1011000 | 101011 |
Color Harmonies of #0DCF78
Complementary color
Monochromatic Colors of #0DCF78
Black with #0DCF78
Text Example
Text Example
White with #0DCF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCF78; }
p { color: rgb(13,207,120); }
H1.HeaderClassName
{
color: #0DCF78;
}
.AnyTagClassName
{
color: #0DCF78;
}
</style>
background-color css
<style>
a { background-color: #0DCF78; }
a { background-color: rgb(13,207,120); }
div.DivClassName
{
background-color: #0DCF78;
}
.BgClassName
{
background-color: #0DCF78;
}
</style>
border-color css
<style>
span { border-color: #0DCF78; }
span { border-color: rgb(13,207,120); }
td.TdClassName
{
border-color: #0DCF78;
}
.TagClassName
{
border-color: #0DCF78;
}
</style>