Shades of Malachite #0DD047
Tints of Malachite #0DD047
RGB
CMYK
RGB Variations
Color information
#0DD047 (or 0x0DD047) is known color: Malachite. HEX triplet: 0D, D0 and 47. RGB value is (13,208,71). Sum of RGB (Red+Green+Blue) = 13+208+71=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 208 (81.64% from 255 or 71.23% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 208 - color contains mainly: green. Hex color #0DD047 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD047 is #F22FB8. Grayscale: #868686. Windows color (decimal): -15871929 or 4706317. OLE color: 4706317.
HSL color Cylindrical-coordinate representation of color #0DD047: hue angle of 137.85º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD047 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 208 | 71 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.18 |
| HSL | 137.85º | 0.88% | 0.43% | - |
| HSV(B) | 137.85º | 0.94% | 0.82% | - |
| XYZ | 23.86 | 45.65 | 13.52 | - |
| YUV | 134.08 | 92.4 | 41.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 208 | 71 | 0.94 | 0 | 0.66 | 0.18 | 137.85 | 0.88 | 0.43 |
| Hex | D | D0 | 47 | 5E | 0 | 42 | 12 | 8A | 58 | 2B |
| Octal | 15 | 320 | 107 | 136 | 0 | 102 | 22 | 212 | 130 | 53 |
| Binary | 1101 | 11010000 | 1000111 | 1011110 | 0 | 1000010 | 10010 | 10001010 | 1011000 | 101011 |
Color Harmonies of #0DD047
Complementary color
Monochromatic Colors of #0DD047
Black with #0DD047
Text Example
Text Example
White with #0DD047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD047; }
p { color: rgb(13,208,71); }
H1.HeaderClassName
{
color: #0DD047;
}
.AnyTagClassName
{
color: #0DD047;
}
</style>
background-color css
<style>
a { background-color: #0DD047; }
a { background-color: rgb(13,208,71); }
div.DivClassName
{
background-color: #0DD047;
}
.BgClassName
{
background-color: #0DD047;
}
</style>
border-color css
<style>
span { border-color: #0DD047; }
span { border-color: rgb(13,208,71); }
td.TdClassName
{
border-color: #0DD047;
}
.TagClassName
{
border-color: #0DD047;
}
</style>