Shades of Malachite #00D94D
Tints of Malachite #00D94D
RGB
CMYK
RGB Variations
Color information
#00D94D (or 0x00D94D) is known color: Malachite. HEX triplet: 00, D9 and 4D. RGB value is (0,217,77). Sum of RGB (Red+Green+Blue) = 0+217+77=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 217 (85.16% from 255 or 73.81% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 217 - color contains mainly: green. Hex color #00D94D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D94D is #FF26B2. Grayscale: #888888. Windows color (decimal): -16721587 or 5101824. OLE color: 5101824.
HSL color Cylindrical-coordinate representation of color #00D94D: hue angle of 141.29º 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 #00D94D is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 217 | 77 | - |
| CMYK | 1 | 0 | 0.65 | 0.15 |
| HSL | 141.29º | 1% | 0.43% | - |
| HSV(B) | 141.29º | 1% | 0.85% | - |
| XYZ | 26.15 | 50.16 | 15.32 | - |
| YUV | 136.16 | 94.61 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 217 | 77 | 1 | 0 | 0.65 | 0.15 | 141.29 | 1 | 0.43 |
| Hex | 0 | D9 | 4D | 64 | 0 | 41 | F | 8D | 64 | 2B |
| Octal | 0 | 331 | 115 | 144 | 0 | 101 | 17 | 215 | 144 | 53 |
| Binary | 0 | 11011001 | 1001101 | 1100100 | 0 | 1000001 | 1111 | 10001101 | 1100100 | 101011 |
Color Harmonies of #00D94D
Complementary color
Monochromatic Colors of #00D94D
Black with #00D94D
Text Example
Text Example
White with #00D94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D94D; }
p { color: rgb(0,217,77); }
H1.HeaderClassName
{
color: #00D94D;
}
.AnyTagClassName
{
color: #00D94D;
}
</style>
background-color css
<style>
a { background-color: #00D94D; }
a { background-color: rgb(0,217,77); }
div.DivClassName
{
background-color: #00D94D;
}
.BgClassName
{
background-color: #00D94D;
}
</style>
border-color css
<style>
span { border-color: #00D94D; }
span { border-color: rgb(0,217,77); }
td.TdClassName
{
border-color: #00D94D;
}
.TagClassName
{
border-color: #00D94D;
}
</style>