Shades of Malachite #00DF4A
Tints of Malachite #00DF4A
RGB
CMYK
RGB Variations
Color information
#00DF4A (or 0x00DF4A) is known color: Malachite. HEX triplet: 00, DF and 4A. RGB value is (0,223,74). Sum of RGB (Red+Green+Blue) = 0+223+74=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 223 (87.5% from 255 or 75.08% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DF4A is #FF20B5. Grayscale: #8B8B8B. Windows color (decimal): -16720054 or 4906752. OLE color: 4906752.
HSL color Cylindrical-coordinate representation of color #00DF4A: hue angle of 139.91º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DF4A is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 74 | - |
| CMYK | 1 | 0 | 0.67 | 0.13 |
| HSL | 139.91º | 1% | 0.44% | - |
| HSV(B) | 139.91º | 1% | 0.87% | - |
| XYZ | 27.62 | 53.27 | 15.3 | - |
| YUV | 139.34 | 91.12 | 28.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 74 | 1 | 0 | 0.67 | 0.13 | 139.91 | 1 | 0.44 |
| Hex | 0 | DF | 4A | 64 | 0 | 43 | D | 8C | 64 | 2C |
| Octal | 0 | 337 | 112 | 144 | 0 | 103 | 15 | 214 | 144 | 54 |
| Binary | 0 | 11011111 | 1001010 | 1100100 | 0 | 1000011 | 1101 | 10001100 | 1100100 | 101100 |
Color Harmonies of #00DF4A
Complementary color
Monochromatic Colors of #00DF4A
Black with #00DF4A
Text Example
Text Example
White with #00DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DF4A; }
p { color: rgb(0,223,74); }
H1.HeaderClassName
{
color: #00DF4A;
}
.AnyTagClassName
{
color: #00DF4A;
}
</style>
background-color css
<style>
a { background-color: #00DF4A; }
a { background-color: rgb(0,223,74); }
div.DivClassName
{
background-color: #00DF4A;
}
.BgClassName
{
background-color: #00DF4A;
}
</style>
border-color css
<style>
span { border-color: #00DF4A; }
span { border-color: rgb(0,223,74); }
td.TdClassName
{
border-color: #00DF4A;
}
.TagClassName
{
border-color: #00DF4A;
}
</style>