Shades of Malachite #0DDD40
Tints of Malachite #0DDD40
RGB
CMYK
RGB Variations
Color information
#0DDD40 (or 0x0DDD40) is known color: Malachite. HEX triplet: 0D, DD and 40. RGB value is (13,221,64). Sum of RGB (Red+Green+Blue) = 13+221+64=298 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.36% from 298); Green value is 221 (86.72% from 255 or 74.16% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDD40 is #F222BF. Grayscale: #8D8D8D. Windows color (decimal): -15868608 or 4250893. OLE color: 4250893.
HSL color Cylindrical-coordinate representation of color #0DDD40: hue angle of 134.71º 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 #0DDD40 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 64 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.13 |
| HSL | 134.71º | 0.89% | 0.46% | - |
| HSV(B) | 134.71º | 0.94% | 0.87% | - |
| XYZ | 26.95 | 52.17 | 13.5 | - |
| YUV | 140.91 | 84.59 | 36.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 64 | 0.94 | 0 | 0.71 | 0.13 | 134.71 | 0.89 | 0.46 |
| Hex | D | DD | 40 | 5E | 0 | 47 | D | 87 | 59 | 2E |
| Octal | 15 | 335 | 100 | 136 | 0 | 107 | 15 | 207 | 131 | 56 |
| Binary | 1101 | 11011101 | 1000000 | 1011110 | 0 | 1000111 | 1101 | 10000111 | 1011001 | 101110 |
Color Harmonies of #0DDD40
Complementary color
Monochromatic Colors of #0DDD40
Black with #0DDD40
Text Example
Text Example
White with #0DDD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDD40; }
p { color: rgb(13,221,64); }
H1.HeaderClassName
{
color: #0DDD40;
}
.AnyTagClassName
{
color: #0DDD40;
}
</style>
background-color css
<style>
a { background-color: #0DDD40; }
a { background-color: rgb(13,221,64); }
div.DivClassName
{
background-color: #0DDD40;
}
.BgClassName
{
background-color: #0DDD40;
}
</style>
border-color css
<style>
span { border-color: #0DDD40; }
span { border-color: rgb(13,221,64); }
td.TdClassName
{
border-color: #0DDD40;
}
.TagClassName
{
border-color: #0DDD40;
}
</style>