Shades of Malachite #00D445
Tints of Malachite #00D445
RGB
CMYK
RGB Variations
Color information
#00D445 (or 0x00D445) is known color: Malachite. HEX triplet: 00, D4 and 45. RGB value is (0,212,69). Sum of RGB (Red+Green+Blue) = 0+212+69=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 212 (83.20% from 255 or 75.44% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 212 - color contains mainly: green. Hex color #00D445 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D445 is #FF2BBA. Grayscale: #848484. Windows color (decimal): -16722875 or 4576256. OLE color: 4576256.
HSL color Cylindrical-coordinate representation of color #00D445: hue angle of 139.53º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D445 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 69 | - |
| CMYK | 1 | 0 | 0.67 | 0.17 |
| HSL | 139.53º | 1% | 0.42% | - |
| HSV(B) | 139.53º | 1% | 0.83% | - |
| XYZ | 24.62 | 47.52 | 13.5 | - |
| YUV | 132.31 | 92.26 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 69 | 1 | 0 | 0.67 | 0.17 | 139.53 | 1 | 0.42 |
| Hex | 0 | D4 | 45 | 64 | 0 | 43 | 11 | 8C | 64 | 2A |
| Octal | 0 | 324 | 105 | 144 | 0 | 103 | 21 | 214 | 144 | 52 |
| Binary | 0 | 11010100 | 1000101 | 1100100 | 0 | 1000011 | 10001 | 10001100 | 1100100 | 101010 |
Color Harmonies of #00D445
Complementary color
Monochromatic Colors of #00D445
Black with #00D445
Text Example
Text Example
White with #00D445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D445; }
p { color: rgb(0,212,69); }
H1.HeaderClassName
{
color: #00D445;
}
.AnyTagClassName
{
color: #00D445;
}
</style>
background-color css
<style>
a { background-color: #00D445; }
a { background-color: rgb(0,212,69); }
div.DivClassName
{
background-color: #00D445;
}
.BgClassName
{
background-color: #00D445;
}
</style>
border-color css
<style>
span { border-color: #00D445; }
span { border-color: rgb(0,212,69); }
td.TdClassName
{
border-color: #00D445;
}
.TagClassName
{
border-color: #00D445;
}
</style>