Shades of Malachite #00D052
Tints of Malachite #00D052
RGB
CMYK
RGB Variations
Color information
#00D052 (or 0x00D052) is known color: Malachite. HEX triplet: 00, D0 and 52. RGB value is (0,208,82). Sum of RGB (Red+Green+Blue) = 0+208+82=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 208 (81.64% from 255 or 71.72% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 208 - color contains mainly: green. Hex color #00D052 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D052 is #FF2FAD. Grayscale: #838383. Windows color (decimal): -16723886 or 5427200. OLE color: 5427200.
HSL color Cylindrical-coordinate representation of color #00D052: hue angle of 143.65º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D052 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 82 | - |
| CMYK | 1 | 0 | 0.61 | 0.18 |
| HSL | 143.65º | 1% | 0.41% | - |
| HSV(B) | 143.65º | 1% | 0.82% | - |
| XYZ | 24.08 | 45.72 | 15.54 | - |
| YUV | 131.44 | 100.09 | 34.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 82 | 1 | 0 | 0.61 | 0.18 | 143.65 | 1 | 0.41 |
| Hex | 0 | D0 | 52 | 64 | 0 | 3D | 12 | 90 | 64 | 29 |
| Octal | 0 | 320 | 122 | 144 | 0 | 75 | 22 | 220 | 144 | 51 |
| Binary | 0 | 11010000 | 1010010 | 1100100 | 0 | 111101 | 10010 | 10010000 | 1100100 | 101001 |
Color Harmonies of #00D052
Complementary color
Monochromatic Colors of #00D052
Black with #00D052
Text Example
Text Example
White with #00D052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D052; }
p { color: rgb(0,208,82); }
H1.HeaderClassName
{
color: #00D052;
}
.AnyTagClassName
{
color: #00D052;
}
</style>
background-color css
<style>
a { background-color: #00D052; }
a { background-color: rgb(0,208,82); }
div.DivClassName
{
background-color: #00D052;
}
.BgClassName
{
background-color: #00D052;
}
</style>
border-color css
<style>
span { border-color: #00D052; }
span { border-color: rgb(0,208,82); }
td.TdClassName
{
border-color: #00D052;
}
.TagClassName
{
border-color: #00D052;
}
</style>