Shades of Malachite #00D066
Tints of Malachite #00D066
RGB
CMYK
RGB Variations
Color information
#00D066 (or 0x00D066) is known color: Malachite. HEX triplet: 00, D0 and 66. RGB value is (0,208,102). Sum of RGB (Red+Green+Blue) = 0+208+102=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 208 (81.64% from 255 or 67.10% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 208 - color contains mainly: green. Hex color #00D066 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D066 is #FF2F99. Grayscale: #858585. Windows color (decimal): -16723866 or 6737920. OLE color: 6737920.
HSL color Cylindrical-coordinate representation of color #00D066: hue angle of 149.42º 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 #00D066 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 102 | - |
| CMYK | 1 | 0 | 0.51 | 0.18 |
| HSL | 149.42º | 1% | 0.41% | - |
| HSV(B) | 149.42º | 1% | 0.82% | - |
| XYZ | 24.95 | 46.07 | 20.15 | - |
| YUV | 133.72 | 110.09 | 32.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 102 | 1 | 0 | 0.51 | 0.18 | 149.42 | 1 | 0.41 |
| Hex | 0 | D0 | 66 | 64 | 0 | 33 | 12 | 95 | 64 | 29 |
| Octal | 0 | 320 | 146 | 144 | 0 | 63 | 22 | 225 | 144 | 51 |
| Binary | 0 | 11010000 | 1100110 | 1100100 | 0 | 110011 | 10010 | 10010101 | 1100100 | 101001 |
Color Harmonies of #00D066
Complementary color
Monochromatic Colors of #00D066
Black with #00D066
Text Example
Text Example
White with #00D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D066; }
p { color: rgb(0,208,102); }
H1.HeaderClassName
{
color: #00D066;
}
.AnyTagClassName
{
color: #00D066;
}
</style>
background-color css
<style>
a { background-color: #00D066; }
a { background-color: rgb(0,208,102); }
div.DivClassName
{
background-color: #00D066;
}
.BgClassName
{
background-color: #00D066;
}
</style>
border-color css
<style>
span { border-color: #00D066; }
span { border-color: rgb(0,208,102); }
td.TdClassName
{
border-color: #00D066;
}
.TagClassName
{
border-color: #00D066;
}
</style>