Shades of Malachite #0DDB49
Tints of Malachite #0DDB49
RGB
CMYK
RGB Variations
Color information
#0DDB49 (or 0x0DDB49) is known color: Malachite. HEX triplet: 0D, DB and 49. RGB value is (13,219,73). Sum of RGB (Red+Green+Blue) = 13+219+73=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 219 (85.94% from 255 or 71.80% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDB49 is #F224B6. Grayscale: #8D8D8D. Windows color (decimal): -15869111 or 4840205. OLE color: 4840205.
HSL color Cylindrical-coordinate representation of color #0DDB49: hue angle of 137.48º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDB49 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 73 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.14 |
| HSL | 137.48º | 0.89% | 0.45% | - |
| HSV(B) | 137.48º | 0.94% | 0.86% | - |
| XYZ | 26.7 | 51.23 | 14.78 | - |
| YUV | 140.76 | 89.75 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 73 | 0.94 | 0 | 0.67 | 0.14 | 137.48 | 0.89 | 0.45 |
| Hex | D | DB | 49 | 5E | 0 | 43 | E | 89 | 59 | 2D |
| Octal | 15 | 333 | 111 | 136 | 0 | 103 | 16 | 211 | 131 | 55 |
| Binary | 1101 | 11011011 | 1001001 | 1011110 | 0 | 1000011 | 1110 | 10001001 | 1011001 | 101101 |
Color Harmonies of #0DDB49
Complementary color
Monochromatic Colors of #0DDB49
Black with #0DDB49
Text Example
Text Example
White with #0DDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB49; }
p { color: rgb(13,219,73); }
H1.HeaderClassName
{
color: #0DDB49;
}
.AnyTagClassName
{
color: #0DDB49;
}
</style>
background-color css
<style>
a { background-color: #0DDB49; }
a { background-color: rgb(13,219,73); }
div.DivClassName
{
background-color: #0DDB49;
}
.BgClassName
{
background-color: #0DDB49;
}
</style>
border-color css
<style>
span { border-color: #0DDB49; }
span { border-color: rgb(13,219,73); }
td.TdClassName
{
border-color: #0DDB49;
}
.TagClassName
{
border-color: #0DDB49;
}
</style>