Shades of Malachite #00D354
Tints of Malachite #00D354
RGB
CMYK
RGB Variations
Color information
#00D354 (or 0x00D354) is known color: Malachite. HEX triplet: 00, D3 and 54. RGB value is (0,211,84). Sum of RGB (Red+Green+Blue) = 0+211+84=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 211 (82.81% from 255 or 71.53% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 211 - color contains mainly: green. Hex color #00D354 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D354 is #FF2CAB. Grayscale: #858585. Windows color (decimal): -16723116 or 5559040. OLE color: 5559040.
HSL color Cylindrical-coordinate representation of color #00D354: hue angle of 143.89º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D354 is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 211 | 84 | - |
| CMYK | 1 | 0 | 0.60 | 0.17 |
| HSL | 143.89º | 1% | 0.41% | - |
| HSV(B) | 143.89º | 1% | 0.83% | - |
| XYZ | 24.89 | 47.23 | 16.19 | - |
| YUV | 133.43 | 100.1 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 84 | 1 | 0 | 0.60 | 0.17 | 143.89 | 1 | 0.41 |
| Hex | 0 | D3 | 54 | 64 | 0 | 3C | 11 | 90 | 64 | 29 |
| Octal | 0 | 323 | 124 | 144 | 0 | 74 | 21 | 220 | 144 | 51 |
| Binary | 0 | 11010011 | 1010100 | 1100100 | 0 | 111100 | 10001 | 10010000 | 1100100 | 101001 |
Color Harmonies of #00D354
Complementary color
Monochromatic Colors of #00D354
Black with #00D354
Text Example
Text Example
White with #00D354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D354; }
p { color: rgb(0,211,84); }
H1.HeaderClassName
{
color: #00D354;
}
.AnyTagClassName
{
color: #00D354;
}
</style>
background-color css
<style>
a { background-color: #00D354; }
a { background-color: rgb(0,211,84); }
div.DivClassName
{
background-color: #00D354;
}
.BgClassName
{
background-color: #00D354;
}
</style>
border-color css
<style>
span { border-color: #00D354; }
span { border-color: rgb(0,211,84); }
td.TdClassName
{
border-color: #00D354;
}
.TagClassName
{
border-color: #00D354;
}
</style>