Shades of Mountain Meadow #0DCF77
Tints of Mountain Meadow #0DCF77
RGB
CMYK
RGB Variations
Color information
#0DCF77 (or 0x0DCF77) is known color: Mountain Meadow. HEX triplet: 0D, CF and 77. RGB value is (13,207,119). Sum of RGB (Red+Green+Blue) = 13+207+119=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCF77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCF77 is #F23088. Grayscale: #8B8B8B. Windows color (decimal): -15872137 or 7851789. OLE color: 7851789.
HSL color Cylindrical-coordinate representation of color #0DCF77: hue angle of 152.78º 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 #0DCF77 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 207 | 119 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.19 |
| HSL | 152.78º | 0.88% | 0.43% | - |
| HSV(B) | 152.78º | 0.94% | 0.81% | - |
| XYZ | 25.81 | 46.04 | 24.98 | - |
| YUV | 138.96 | 116.73 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 119 | 0.94 | 0 | 0.43 | 0.19 | 152.78 | 0.88 | 0.43 |
| Hex | D | CF | 77 | 5E | 0 | 2B | 13 | 99 | 58 | 2B |
| Octal | 15 | 317 | 167 | 136 | 0 | 53 | 23 | 231 | 130 | 53 |
| Binary | 1101 | 11001111 | 1110111 | 1011110 | 0 | 101011 | 10011 | 10011001 | 1011000 | 101011 |
Color Harmonies of #0DCF77
Complementary color
Monochromatic Colors of #0DCF77
Black with #0DCF77
Text Example
Text Example
White with #0DCF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCF77; }
p { color: rgb(13,207,119); }
H1.HeaderClassName
{
color: #0DCF77;
}
.AnyTagClassName
{
color: #0DCF77;
}
</style>
background-color css
<style>
a { background-color: #0DCF77; }
a { background-color: rgb(13,207,119); }
div.DivClassName
{
background-color: #0DCF77;
}
.BgClassName
{
background-color: #0DCF77;
}
</style>
border-color css
<style>
span { border-color: #0DCF77; }
span { border-color: rgb(13,207,119); }
td.TdClassName
{
border-color: #0DCF77;
}
.TagClassName
{
border-color: #0DCF77;
}
</style>