Shades of Malachite #00DE60
Tints of Malachite #00DE60
RGB
CMYK
RGB Variations
Color information
#00DE60 (or 0x00DE60) is known color: Malachite. HEX triplet: 00, DE and 60. RGB value is (0,222,96). Sum of RGB (Red+Green+Blue) = 0+222+96=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 222 (87.11% from 255 or 69.81% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 222 - color contains mainly: green. Hex color #00DE60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DE60 is #FF219F. Grayscale: #8D8D8D. Windows color (decimal): -16720288 or 6348288. OLE color: 6348288.
HSL color Cylindrical-coordinate representation of color #00DE60: hue angle of 145.95º 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 #00DE60 is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 222 | 96 | - |
| CMYK | 1 | 0 | 0.57 | 0.13 |
| HSL | 145.95º | 1% | 0.44% | - |
| HSV(B) | 145.95º | 1% | 0.87% | - |
| XYZ | 28.23 | 53.09 | 19.83 | - |
| YUV | 141.26 | 102.45 | 27.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 96 | 1 | 0 | 0.57 | 0.13 | 145.95 | 1 | 0.44 |
| Hex | 0 | DE | 60 | 64 | 0 | 39 | D | 92 | 64 | 2C |
| Octal | 0 | 336 | 140 | 144 | 0 | 71 | 15 | 222 | 144 | 54 |
| Binary | 0 | 11011110 | 1100000 | 1100100 | 0 | 111001 | 1101 | 10010010 | 1100100 | 101100 |
Color Harmonies of #00DE60
Complementary color
Monochromatic Colors of #00DE60
Black with #00DE60
Text Example
Text Example
White with #00DE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DE60; }
p { color: rgb(0,222,96); }
H1.HeaderClassName
{
color: #00DE60;
}
.AnyTagClassName
{
color: #00DE60;
}
</style>
background-color css
<style>
a { background-color: #00DE60; }
a { background-color: rgb(0,222,96); }
div.DivClassName
{
background-color: #00DE60;
}
.BgClassName
{
background-color: #00DE60;
}
</style>
border-color css
<style>
span { border-color: #00DE60; }
span { border-color: rgb(0,222,96); }
td.TdClassName
{
border-color: #00DE60;
}
.TagClassName
{
border-color: #00DE60;
}
</style>