Shades of Malachite #00DD47
Tints of Malachite #00DD47
RGB
CMYK
RGB Variations
Color information
#00DD47 (or 0x00DD47) is known color: Malachite. HEX triplet: 00, DD and 47. RGB value is (0,221,71). Sum of RGB (Red+Green+Blue) = 0+221+71=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 221 (86.72% from 255 or 75.68% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DD47 is #FF22B8. Grayscale: #8A8A8A. Windows color (decimal): -16720569 or 4709632. OLE color: 4709632.
HSL color Cylindrical-coordinate representation of color #00DD47: hue angle of 139.28º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DD47 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 221 | 71 | - |
| CMYK | 1 | 0 | 0.68 | 0.13 |
| HSL | 139.28º | 1% | 0.43% | - |
| HSV(B) | 139.28º | 1% | 0.87% | - |
| XYZ | 26.99 | 52.17 | 14.61 | - |
| YUV | 137.82 | 90.28 | 29.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 71 | 1 | 0 | 0.68 | 0.13 | 139.28 | 1 | 0.43 |
| Hex | 0 | DD | 47 | 64 | 0 | 44 | D | 8B | 64 | 2B |
| Octal | 0 | 335 | 107 | 144 | 0 | 104 | 15 | 213 | 144 | 53 |
| Binary | 0 | 11011101 | 1000111 | 1100100 | 0 | 1000100 | 1101 | 10001011 | 1100100 | 101011 |
Color Harmonies of #00DD47
Complementary color
Monochromatic Colors of #00DD47
Black with #00DD47
Text Example
Text Example
White with #00DD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DD47; }
p { color: rgb(0,221,71); }
H1.HeaderClassName
{
color: #00DD47;
}
.AnyTagClassName
{
color: #00DD47;
}
</style>
background-color css
<style>
a { background-color: #00DD47; }
a { background-color: rgb(0,221,71); }
div.DivClassName
{
background-color: #00DD47;
}
.BgClassName
{
background-color: #00DD47;
}
</style>
border-color css
<style>
span { border-color: #00DD47; }
span { border-color: rgb(0,221,71); }
td.TdClassName
{
border-color: #00DD47;
}
.TagClassName
{
border-color: #00DD47;
}
</style>