Shades of Malachite #00DA65
Tints of Malachite #00DA65
RGB
CMYK
RGB Variations
Color information
#00DA65 (or 0x00DA65) is known color: Malachite. HEX triplet: 00, DA and 65. RGB value is (0,218,101). Sum of RGB (Red+Green+Blue) = 0+218+101=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 218 (85.55% from 255 or 68.34% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DA65 is #FF259A. Grayscale: #8B8B8B. Windows color (decimal): -16721307 or 6674944. OLE color: 6674944.
HSL color Cylindrical-coordinate representation of color #00DA65: hue angle of 147.8º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DA65 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 218 | 101 | - |
| CMYK | 1 | 0 | 0.54 | 0.15 |
| HSL | 147.8º | 1% | 0.43% | - |
| HSV(B) | 147.8º | 1% | 0.85% | - |
| XYZ | 27.42 | 51.08 | 20.73 | - |
| YUV | 139.48 | 106.28 | 28.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 101 | 1 | 0 | 0.54 | 0.15 | 147.8 | 1 | 0.43 |
| Hex | 0 | DA | 65 | 64 | 0 | 36 | F | 94 | 64 | 2B |
| Octal | 0 | 332 | 145 | 144 | 0 | 66 | 17 | 224 | 144 | 53 |
| Binary | 0 | 11011010 | 1100101 | 1100100 | 0 | 110110 | 1111 | 10010100 | 1100100 | 101011 |
Color Harmonies of #00DA65
Complementary color
Monochromatic Colors of #00DA65
Black with #00DA65
Text Example
Text Example
White with #00DA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DA65; }
p { color: rgb(0,218,101); }
H1.HeaderClassName
{
color: #00DA65;
}
.AnyTagClassName
{
color: #00DA65;
}
</style>
background-color css
<style>
a { background-color: #00DA65; }
a { background-color: rgb(0,218,101); }
div.DivClassName
{
background-color: #00DA65;
}
.BgClassName
{
background-color: #00DA65;
}
</style>
border-color css
<style>
span { border-color: #00DA65; }
span { border-color: rgb(0,218,101); }
td.TdClassName
{
border-color: #00DA65;
}
.TagClassName
{
border-color: #00DA65;
}
</style>