Shades of Malachite #00D04B
Tints of Malachite #00D04B
RGB
CMYK
RGB Variations
Color information
#00D04B (or 0x00D04B) is known color: Malachite. HEX triplet: 00, D0 and 4B. RGB value is (0,208,75). Sum of RGB (Red+Green+Blue) = 0+208+75=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #00D04B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D04B is #FF2FB4. Grayscale: #828282. Windows color (decimal): -16723893 or 4968448. OLE color: 4968448.
HSL color Cylindrical-coordinate representation of color #00D04B: hue angle of 141.63º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D04B is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 75 | - |
| CMYK | 1 | 0 | 0.64 | 0.18 |
| HSL | 141.63º | 1% | 0.41% | - |
| HSV(B) | 141.63º | 1% | 0.82% | - |
| XYZ | 23.83 | 45.62 | 14.21 | - |
| YUV | 130.65 | 96.59 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 75 | 1 | 0 | 0.64 | 0.18 | 141.63 | 1 | 0.41 |
| Hex | 0 | D0 | 4B | 64 | 0 | 40 | 12 | 8E | 64 | 29 |
| Octal | 0 | 320 | 113 | 144 | 0 | 100 | 22 | 216 | 144 | 51 |
| Binary | 0 | 11010000 | 1001011 | 1100100 | 0 | 1000000 | 10010 | 10001110 | 1100100 | 101001 |
Color Harmonies of #00D04B
Complementary color
Monochromatic Colors of #00D04B
Black with #00D04B
Text Example
Text Example
White with #00D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D04B; }
p { color: rgb(0,208,75); }
H1.HeaderClassName
{
color: #00D04B;
}
.AnyTagClassName
{
color: #00D04B;
}
</style>
background-color css
<style>
a { background-color: #00D04B; }
a { background-color: rgb(0,208,75); }
div.DivClassName
{
background-color: #00D04B;
}
.BgClassName
{
background-color: #00D04B;
}
</style>
border-color css
<style>
span { border-color: #00D04B; }
span { border-color: rgb(0,208,75); }
td.TdClassName
{
border-color: #00D04B;
}
.TagClassName
{
border-color: #00D04B;
}
</style>