Shades of Mountain Meadow #0DBF78
Tints of Mountain Meadow #0DBF78
RGB
CMYK
RGB Variations
Color information
#0DBF78 (or 0x0DBF78) is known color: Mountain Meadow. HEX triplet: 0D, BF and 78. RGB value is (13,191,120). Sum of RGB (Red+Green+Blue) = 13+191+120=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 191 (75% from 255 or 58.95% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBF78 is #F24087. Grayscale: #818181. Windows color (decimal): -15876232 or 7913229. OLE color: 7913229.
HSL color Cylindrical-coordinate representation of color #0DBF78: hue angle of 156.07º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBF78 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 120 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.25 |
| HSL | 156.07º | 0.87% | 0.4% | - |
| HSV(B) | 156.07º | 0.93% | 0.75% | - |
| XYZ | 22.19 | 38.7 | 24.07 | - |
| YUV | 129.68 | 122.53 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 120 | 0.93 | 0 | 0.37 | 0.25 | 156.07 | 0.87 | 0.4 |
| Hex | D | BF | 78 | 5D | 0 | 25 | 19 | 9C | 57 | 28 |
| Octal | 15 | 277 | 170 | 135 | 0 | 45 | 31 | 234 | 127 | 50 |
| Binary | 1101 | 10111111 | 1111000 | 1011101 | 0 | 100101 | 11001 | 10011100 | 1010111 | 101000 |
Color Harmonies of #0DBF78
Complementary color
Monochromatic Colors of #0DBF78
Black with #0DBF78
Text Example
Text Example
White with #0DBF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF78; }
p { color: rgb(13,191,120); }
H1.HeaderClassName
{
color: #0DBF78;
}
.AnyTagClassName
{
color: #0DBF78;
}
</style>
background-color css
<style>
a { background-color: #0DBF78; }
a { background-color: rgb(13,191,120); }
div.DivClassName
{
background-color: #0DBF78;
}
.BgClassName
{
background-color: #0DBF78;
}
</style>
border-color css
<style>
span { border-color: #0DBF78; }
span { border-color: rgb(13,191,120); }
td.TdClassName
{
border-color: #0DBF78;
}
.TagClassName
{
border-color: #0DBF78;
}
</style>