Shades of Malachite #00DE66
Tints of Malachite #00DE66
RGB
CMYK
RGB Variations
Color information
#00DE66 (or 0x00DE66) is known color: Malachite. HEX triplet: 00, DE and 66. RGB value is (0,222,102). Sum of RGB (Red+Green+Blue) = 0+222+102=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 222 (87.11% from 255 or 68.52% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 222 - color contains mainly: green. Hex color #00DE66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DE66 is #FF2199. Grayscale: #8E8E8E. Windows color (decimal): -16720282 or 6741504. OLE color: 6741504.
HSL color Cylindrical-coordinate representation of color #00DE66: hue angle of 147.57º 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 #00DE66 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 222 | 102 | - |
| CMYK | 1 | 0 | 0.54 | 0.13 |
| HSL | 147.57º | 1% | 0.44% | - |
| HSV(B) | 147.57º | 1% | 0.87% | - |
| XYZ | 28.52 | 53.2 | 21.34 | - |
| YUV | 141.94 | 105.45 | 26.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 102 | 1 | 0 | 0.54 | 0.13 | 147.57 | 1 | 0.44 |
| Hex | 0 | DE | 66 | 64 | 0 | 36 | D | 94 | 64 | 2C |
| Octal | 0 | 336 | 146 | 144 | 0 | 66 | 15 | 224 | 144 | 54 |
| Binary | 0 | 11011110 | 1100110 | 1100100 | 0 | 110110 | 1101 | 10010100 | 1100100 | 101100 |
Color Harmonies of #00DE66
Complementary color
Monochromatic Colors of #00DE66
Black with #00DE66
Text Example
Text Example
White with #00DE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DE66; }
p { color: rgb(0,222,102); }
H1.HeaderClassName
{
color: #00DE66;
}
.AnyTagClassName
{
color: #00DE66;
}
</style>
background-color css
<style>
a { background-color: #00DE66; }
a { background-color: rgb(0,222,102); }
div.DivClassName
{
background-color: #00DE66;
}
.BgClassName
{
background-color: #00DE66;
}
</style>
border-color css
<style>
span { border-color: #00DE66; }
span { border-color: rgb(0,222,102); }
td.TdClassName
{
border-color: #00DE66;
}
.TagClassName
{
border-color: #00DE66;
}
</style>