Shades of Malachite #0DD766
Tints of Malachite #0DD766
RGB
CMYK
RGB Variations
Color information
#0DD766 (or 0x0DD766) is known color: Malachite. HEX triplet: 0D, D7 and 66. RGB value is (13,215,102). Sum of RGB (Red+Green+Blue) = 13+215+102=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 215 (84.38% from 255 or 65.15% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD766 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD766 is #F22899. Grayscale: #8D8D8D. Windows color (decimal): -15870106 or 6739725. OLE color: 6739725.
HSL color Cylindrical-coordinate representation of color #0DD766: hue angle of 146.44º 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 #0DD766 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 215 | 102 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.16 |
| HSL | 146.44º | 0.89% | 0.45% | - |
| HSV(B) | 146.44º | 0.94% | 0.84% | - |
| XYZ | 26.86 | 49.65 | 20.74 | - |
| YUV | 141.72 | 105.58 | 36.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 215 | 102 | 0.94 | 0 | 0.53 | 0.16 | 146.44 | 0.89 | 0.45 |
| Hex | D | D7 | 66 | 5E | 0 | 35 | 10 | 92 | 59 | 2D |
| Octal | 15 | 327 | 146 | 136 | 0 | 65 | 20 | 222 | 131 | 55 |
| Binary | 1101 | 11010111 | 1100110 | 1011110 | 0 | 110101 | 10000 | 10010010 | 1011001 | 101101 |
Color Harmonies of #0DD766
Complementary color
Monochromatic Colors of #0DD766
Black with #0DD766
Text Example
Text Example
White with #0DD766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD766; }
p { color: rgb(13,215,102); }
H1.HeaderClassName
{
color: #0DD766;
}
.AnyTagClassName
{
color: #0DD766;
}
</style>
background-color css
<style>
a { background-color: #0DD766; }
a { background-color: rgb(13,215,102); }
div.DivClassName
{
background-color: #0DD766;
}
.BgClassName
{
background-color: #0DD766;
}
</style>
border-color css
<style>
span { border-color: #0DD766; }
span { border-color: rgb(13,215,102); }
td.TdClassName
{
border-color: #0DD766;
}
.TagClassName
{
border-color: #0DD766;
}
</style>