Shades of Malachite #00DA52
Tints of Malachite #00DA52
RGB
CMYK
RGB Variations
Color information
#00DA52 (or 0x00DA52) is known color: Malachite. HEX triplet: 00, DA and 52. RGB value is (0,218,82). Sum of RGB (Red+Green+Blue) = 0+218+82=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 218 (85.55% from 255 or 72.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DA52 is #FF25AD. Grayscale: #898989. Windows color (decimal): -16721326 or 5429760. OLE color: 5429760.
HSL color Cylindrical-coordinate representation of color #00DA52: hue angle of 142.57º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DA52 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 218 | 82 | - |
| CMYK | 1 | 0 | 0.62 | 0.15 |
| HSL | 142.57º | 1% | 0.43% | - |
| HSV(B) | 142.57º | 1% | 0.85% | - |
| XYZ | 26.59 | 50.75 | 16.38 | - |
| YUV | 137.31 | 96.78 | 30.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 82 | 1 | 0 | 0.62 | 0.15 | 142.57 | 1 | 0.43 |
| Hex | 0 | DA | 52 | 64 | 0 | 3E | F | 8F | 64 | 2B |
| Octal | 0 | 332 | 122 | 144 | 0 | 76 | 17 | 217 | 144 | 53 |
| Binary | 0 | 11011010 | 1010010 | 1100100 | 0 | 111110 | 1111 | 10001111 | 1100100 | 101011 |
Color Harmonies of #00DA52
Complementary color
Monochromatic Colors of #00DA52
Black with #00DA52
Text Example
Text Example
White with #00DA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DA52; }
p { color: rgb(0,218,82); }
H1.HeaderClassName
{
color: #00DA52;
}
.AnyTagClassName
{
color: #00DA52;
}
</style>
background-color css
<style>
a { background-color: #00DA52; }
a { background-color: rgb(0,218,82); }
div.DivClassName
{
background-color: #00DA52;
}
.BgClassName
{
background-color: #00DA52;
}
</style>
border-color css
<style>
span { border-color: #00DA52; }
span { border-color: rgb(0,218,82); }
td.TdClassName
{
border-color: #00DA52;
}
.TagClassName
{
border-color: #00DA52;
}
</style>