Shades of Malachite #00DA4D
Tints of Malachite #00DA4D
RGB
CMYK
RGB Variations
Color information
#00DA4D (or 0x00DA4D) is known color: Malachite. HEX triplet: 00, DA and 4D. RGB value is (0,218,77). Sum of RGB (Red+Green+Blue) = 0+218+77=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 218 (85.55% from 255 or 73.90% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DA4D is #FF25B2. Grayscale: #898989. Windows color (decimal): -16721331 or 5102080. OLE color: 5102080.
HSL color Cylindrical-coordinate representation of color #00DA4D: hue angle of 141.19º 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 #00DA4D is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 218 | 77 | - |
| CMYK | 1 | 0 | 0.65 | 0.15 |
| HSL | 141.19º | 1% | 0.43% | - |
| HSV(B) | 141.19º | 1% | 0.85% | - |
| XYZ | 26.41 | 50.68 | 15.41 | - |
| YUV | 136.74 | 94.28 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 77 | 1 | 0 | 0.65 | 0.15 | 141.19 | 1 | 0.43 |
| Hex | 0 | DA | 4D | 64 | 0 | 41 | F | 8D | 64 | 2B |
| Octal | 0 | 332 | 115 | 144 | 0 | 101 | 17 | 215 | 144 | 53 |
| Binary | 0 | 11011010 | 1001101 | 1100100 | 0 | 1000001 | 1111 | 10001101 | 1100100 | 101011 |
Color Harmonies of #00DA4D
Complementary color
Monochromatic Colors of #00DA4D
Black with #00DA4D
Text Example
Text Example
White with #00DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DA4D; }
p { color: rgb(0,218,77); }
H1.HeaderClassName
{
color: #00DA4D;
}
.AnyTagClassName
{
color: #00DA4D;
}
</style>
background-color css
<style>
a { background-color: #00DA4D; }
a { background-color: rgb(0,218,77); }
div.DivClassName
{
background-color: #00DA4D;
}
.BgClassName
{
background-color: #00DA4D;
}
</style>
border-color css
<style>
span { border-color: #00DA4D; }
span { border-color: rgb(0,218,77); }
td.TdClassName
{
border-color: #00DA4D;
}
.TagClassName
{
border-color: #00DA4D;
}
</style>