Shades of Malachite #00DD37
Tints of Malachite #00DD37
RGB
CMYK
RGB Variations
Color information
#00DD37 (or 0x00DD37) is known color: Malachite. HEX triplet: 00, DD and 37. RGB value is (0,221,55). Sum of RGB (Red+Green+Blue) = 0+221+55=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 221 (86.72% from 255 or 80.07% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DD37 is #FF22C8. Grayscale: #888888. Windows color (decimal): -16720585 or 3661056. OLE color: 3661056.
HSL color Cylindrical-coordinate representation of color #00DD37: hue angle of 134.93º 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 #00DD37 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 221 | 55 | - |
| CMYK | 1 | 0 | 0.75 | 0.13 |
| HSL | 134.93º | 1% | 0.43% | - |
| HSV(B) | 134.93º | 1% | 0.87% | - |
| XYZ | 26.55 | 51.99 | 12.25 | - |
| YUV | 136 | 82.28 | 31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 55 | 1 | 0 | 0.75 | 0.13 | 134.93 | 1 | 0.43 |
| Hex | 0 | DD | 37 | 64 | 0 | 4B | D | 87 | 64 | 2B |
| Octal | 0 | 335 | 67 | 144 | 0 | 113 | 15 | 207 | 144 | 53 |
| Binary | 0 | 11011101 | 110111 | 1100100 | 0 | 1001011 | 1101 | 10000111 | 1100100 | 101011 |
Color Harmonies of #00DD37
Complementary color
Monochromatic Colors of #00DD37
Black with #00DD37
Text Example
Text Example
White with #00DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DD37; }
p { color: rgb(0,221,55); }
H1.HeaderClassName
{
color: #00DD37;
}
.AnyTagClassName
{
color: #00DD37;
}
</style>
background-color css
<style>
a { background-color: #00DD37; }
a { background-color: rgb(0,221,55); }
div.DivClassName
{
background-color: #00DD37;
}
.BgClassName
{
background-color: #00DD37;
}
</style>
border-color css
<style>
span { border-color: #00DD37; }
span { border-color: rgb(0,221,55); }
td.TdClassName
{
border-color: #00DD37;
}
.TagClassName
{
border-color: #00DD37;
}
</style>