Shades of Malachite #0DDD49
Tints of Malachite #0DDD49
RGB
CMYK
RGB Variations
Color information
#0DDD49 (or 0x0DDD49) is known color: Malachite. HEX triplet: 0D, DD and 49. RGB value is (13,221,73). Sum of RGB (Red+Green+Blue) = 13+221+73=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 221 (86.72% from 255 or 71.99% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDD49 is #F222B6. Grayscale: #8E8E8E. Windows color (decimal): -15868599 or 4840717. OLE color: 4840717.
HSL color Cylindrical-coordinate representation of color #0DDD49: hue angle of 137.31º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDD49 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 73 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.13 |
| HSL | 137.31º | 0.89% | 0.46% | - |
| HSV(B) | 137.31º | 0.94% | 0.87% | - |
| XYZ | 27.23 | 52.28 | 14.96 | - |
| YUV | 141.94 | 89.09 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 73 | 0.94 | 0 | 0.67 | 0.13 | 137.31 | 0.89 | 0.46 |
| Hex | D | DD | 49 | 5E | 0 | 43 | D | 89 | 59 | 2E |
| Octal | 15 | 335 | 111 | 136 | 0 | 103 | 15 | 211 | 131 | 56 |
| Binary | 1101 | 11011101 | 1001001 | 1011110 | 0 | 1000011 | 1101 | 10001001 | 1011001 | 101110 |
Color Harmonies of #0DDD49
Complementary color
Monochromatic Colors of #0DDD49
Black with #0DDD49
Text Example
Text Example
White with #0DDD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDD49; }
p { color: rgb(13,221,73); }
H1.HeaderClassName
{
color: #0DDD49;
}
.AnyTagClassName
{
color: #0DDD49;
}
</style>
background-color css
<style>
a { background-color: #0DDD49; }
a { background-color: rgb(13,221,73); }
div.DivClassName
{
background-color: #0DDD49;
}
.BgClassName
{
background-color: #0DDD49;
}
</style>
border-color css
<style>
span { border-color: #0DDD49; }
span { border-color: rgb(13,221,73); }
td.TdClassName
{
border-color: #0DDD49;
}
.TagClassName
{
border-color: #0DDD49;
}
</style>