Shades of Malachite #0DD756
Tints of Malachite #0DD756
RGB
CMYK
RGB Variations
Color information
#0DD756 (or 0x0DD756) is known color: Malachite. HEX triplet: 0D, D7 and 56. RGB value is (13,215,86). Sum of RGB (Red+Green+Blue) = 13+215+86=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 215 (84.38% from 255 or 68.47% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD756 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD756 is #F228A9. Grayscale: #8C8C8C. Windows color (decimal): -15870122 or 5691149. OLE color: 5691149.
HSL color Cylindrical-coordinate representation of color #0DD756: hue angle of 141.68º 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 #0DD756 is Cyan = 0.94, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 215 | 86 | - |
| CMYK | 0.94 | 0 | 0.6 | 0.16 |
| HSL | 141.68º | 0.89% | 0.45% | - |
| HSV(B) | 141.68º | 0.94% | 0.84% | - |
| XYZ | 26.15 | 49.36 | 16.95 | - |
| YUV | 139.9 | 97.58 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 215 | 86 | 0.94 | 0 | 0.6 | 0.16 | 141.68 | 0.89 | 0.45 |
| Hex | D | D7 | 56 | 5E | 0 | 3C | 10 | 8E | 59 | 2D |
| Octal | 15 | 327 | 126 | 136 | 0 | 74 | 20 | 216 | 131 | 55 |
| Binary | 1101 | 11010111 | 1010110 | 1011110 | 0 | 111100 | 10000 | 10001110 | 1011001 | 101101 |
Color Harmonies of #0DD756
Complementary color
Monochromatic Colors of #0DD756
Black with #0DD756
Text Example
Text Example
White with #0DD756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD756; }
p { color: rgb(13,215,86); }
H1.HeaderClassName
{
color: #0DD756;
}
.AnyTagClassName
{
color: #0DD756;
}
</style>
background-color css
<style>
a { background-color: #0DD756; }
a { background-color: rgb(13,215,86); }
div.DivClassName
{
background-color: #0DD756;
}
.BgClassName
{
background-color: #0DD756;
}
</style>
border-color css
<style>
span { border-color: #0DD756; }
span { border-color: rgb(13,215,86); }
td.TdClassName
{
border-color: #0DD756;
}
.TagClassName
{
border-color: #0DD756;
}
</style>