Shades of Mountain Meadow #0DC777
Tints of Mountain Meadow #0DC777
RGB
CMYK
RGB Variations
Color information
#0DC777 (or 0x0DC777) is known color: Mountain Meadow. HEX triplet: 0D, C7 and 77. RGB value is (13,199,119). Sum of RGB (Red+Green+Blue) = 13+199+119=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 199 (78.12% from 255 or 60.12% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC777 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC777 is #F23888. Grayscale: #868686. Windows color (decimal): -15874185 or 7849741. OLE color: 7849741.
HSL color Cylindrical-coordinate representation of color #0DC777: hue angle of 154.19º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC777 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 199 | 119 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.22 |
| HSL | 154.19º | 0.88% | 0.42% | - |
| HSV(B) | 154.19º | 0.93% | 0.78% | - |
| XYZ | 23.92 | 42.26 | 24.35 | - |
| YUV | 134.27 | 119.38 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 119 | 0.93 | 0 | 0.40 | 0.22 | 154.19 | 0.88 | 0.42 |
| Hex | D | C7 | 77 | 5D | 0 | 28 | 16 | 9A | 58 | 2A |
| Octal | 15 | 307 | 167 | 135 | 0 | 50 | 26 | 232 | 130 | 52 |
| Binary | 1101 | 11000111 | 1110111 | 1011101 | 0 | 101000 | 10110 | 10011010 | 1011000 | 101010 |
Color Harmonies of #0DC777
Complementary color
Monochromatic Colors of #0DC777
Black with #0DC777
Text Example
Text Example
White with #0DC777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC777; }
p { color: rgb(13,199,119); }
H1.HeaderClassName
{
color: #0DC777;
}
.AnyTagClassName
{
color: #0DC777;
}
</style>
background-color css
<style>
a { background-color: #0DC777; }
a { background-color: rgb(13,199,119); }
div.DivClassName
{
background-color: #0DC777;
}
.BgClassName
{
background-color: #0DC777;
}
</style>
border-color css
<style>
span { border-color: #0DC777; }
span { border-color: rgb(13,199,119); }
td.TdClassName
{
border-color: #0DC777;
}
.TagClassName
{
border-color: #0DC777;
}
</style>