Shades of Malachite #00DA4F
Tints of Malachite #00DA4F
RGB
CMYK
RGB Variations
Color information
#00DA4F (or 0x00DA4F) is known color: Malachite. HEX triplet: 00, DA and 4F. RGB value is (0,218,79). Sum of RGB (Red+Green+Blue) = 0+218+79=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 218 (85.55% from 255 or 73.40% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DA4F is #FF25B0. Grayscale: #898989. Windows color (decimal): -16721329 or 5233152. OLE color: 5233152.
HSL color Cylindrical-coordinate representation of color #00DA4F: hue angle of 141.74º 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 #00DA4F is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 218 | 79 | - |
| CMYK | 1 | 0 | 0.64 | 0.15 |
| HSL | 141.74º | 1% | 0.43% | - |
| HSV(B) | 141.74º | 1% | 0.85% | - |
| XYZ | 26.48 | 50.71 | 15.79 | - |
| YUV | 136.97 | 95.28 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 79 | 1 | 0 | 0.64 | 0.15 | 141.74 | 1 | 0.43 |
| Hex | 0 | DA | 4F | 64 | 0 | 40 | F | 8E | 64 | 2B |
| Octal | 0 | 332 | 117 | 144 | 0 | 100 | 17 | 216 | 144 | 53 |
| Binary | 0 | 11011010 | 1001111 | 1100100 | 0 | 1000000 | 1111 | 10001110 | 1100100 | 101011 |
Color Harmonies of #00DA4F
Complementary color
Monochromatic Colors of #00DA4F
Black with #00DA4F
Text Example
Text Example
White with #00DA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DA4F; }
p { color: rgb(0,218,79); }
H1.HeaderClassName
{
color: #00DA4F;
}
.AnyTagClassName
{
color: #00DA4F;
}
</style>
background-color css
<style>
a { background-color: #00DA4F; }
a { background-color: rgb(0,218,79); }
div.DivClassName
{
background-color: #00DA4F;
}
.BgClassName
{
background-color: #00DA4F;
}
</style>
border-color css
<style>
span { border-color: #00DA4F; }
span { border-color: rgb(0,218,79); }
td.TdClassName
{
border-color: #00DA4F;
}
.TagClassName
{
border-color: #00DA4F;
}
</style>