Shades of Malachite #0DD765
Tints of Malachite #0DD765
RGB
CMYK
RGB Variations
Color information
#0DD765 (or 0x0DD765) is known color: Malachite. HEX triplet: 0D, D7 and 65. RGB value is (13,215,101). Sum of RGB (Red+Green+Blue) = 13+215+101=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 215 (84.38% from 255 or 65.35% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD765 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD765 is #F2289A. Grayscale: #8D8D8D. Windows color (decimal): -15870107 or 6674189. OLE color: 6674189.
HSL color Cylindrical-coordinate representation of color #0DD765: hue angle of 146.14º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD765 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 215 | 101 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.16 |
| HSL | 146.14º | 0.89% | 0.45% | - |
| HSV(B) | 146.14º | 0.94% | 0.84% | - |
| XYZ | 26.82 | 49.63 | 20.48 | - |
| YUV | 141.61 | 105.08 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 215 | 101 | 0.94 | 0 | 0.53 | 0.16 | 146.14 | 0.89 | 0.45 |
| Hex | D | D7 | 65 | 5E | 0 | 35 | 10 | 92 | 59 | 2D |
| Octal | 15 | 327 | 145 | 136 | 0 | 65 | 20 | 222 | 131 | 55 |
| Binary | 1101 | 11010111 | 1100101 | 1011110 | 0 | 110101 | 10000 | 10010010 | 1011001 | 101101 |
Color Harmonies of #0DD765
Complementary color
Monochromatic Colors of #0DD765
Black with #0DD765
Text Example
Text Example
White with #0DD765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD765; }
p { color: rgb(13,215,101); }
H1.HeaderClassName
{
color: #0DD765;
}
.AnyTagClassName
{
color: #0DD765;
}
</style>
background-color css
<style>
a { background-color: #0DD765; }
a { background-color: rgb(13,215,101); }
div.DivClassName
{
background-color: #0DD765;
}
.BgClassName
{
background-color: #0DD765;
}
</style>
border-color css
<style>
span { border-color: #0DD765; }
span { border-color: rgb(13,215,101); }
td.TdClassName
{
border-color: #0DD765;
}
.TagClassName
{
border-color: #0DD765;
}
</style>