Shades of Malachite #00DD65
Tints of Malachite #00DD65
RGB
CMYK
RGB Variations
Color information
#00DD65 (or 0x00DD65) is known color: Malachite. HEX triplet: 00, DD and 65. RGB value is (0,221,101). Sum of RGB (Red+Green+Blue) = 0+221+101=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 221 (86.72% from 255 or 68.63% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DD65 is #FF229A. Grayscale: #8D8D8D. Windows color (decimal): -16720539 or 6675712. OLE color: 6675712.
HSL color Cylindrical-coordinate representation of color #00DD65: hue angle of 147.42º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DD65 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 221 | 101 | - |
| CMYK | 1 | 0 | 0.54 | 0.13 |
| HSL | 147.42º | 1% | 0.43% | - |
| HSV(B) | 147.42º | 1% | 0.87% | - |
| XYZ | 28.21 | 52.65 | 20.99 | - |
| YUV | 141.24 | 105.28 | 27.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 101 | 1 | 0 | 0.54 | 0.13 | 147.42 | 1 | 0.43 |
| Hex | 0 | DD | 65 | 64 | 0 | 36 | D | 93 | 64 | 2B |
| Octal | 0 | 335 | 145 | 144 | 0 | 66 | 15 | 223 | 144 | 53 |
| Binary | 0 | 11011101 | 1100101 | 1100100 | 0 | 110110 | 1101 | 10010011 | 1100100 | 101011 |
Color Harmonies of #00DD65
Complementary color
Monochromatic Colors of #00DD65
Black with #00DD65
Text Example
Text Example
White with #00DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DD65; }
p { color: rgb(0,221,101); }
H1.HeaderClassName
{
color: #00DD65;
}
.AnyTagClassName
{
color: #00DD65;
}
</style>
background-color css
<style>
a { background-color: #00DD65; }
a { background-color: rgb(0,221,101); }
div.DivClassName
{
background-color: #00DD65;
}
.BgClassName
{
background-color: #00DD65;
}
</style>
border-color css
<style>
span { border-color: #00DD65; }
span { border-color: rgb(0,221,101); }
td.TdClassName
{
border-color: #00DD65;
}
.TagClassName
{
border-color: #00DD65;
}
</style>