Shades of Malachite #0DD656
Tints of Malachite #0DD656
RGB
CMYK
RGB Variations
Color information
#0DD656 (or 0x0DD656) is known color: Malachite. HEX triplet: 0D, D6 and 56. RGB value is (13,214,86). Sum of RGB (Red+Green+Blue) = 13+214+86=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 214 (83.98% from 255 or 68.37% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD656 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD656 is #F229A9. Grayscale: #8B8B8B. Windows color (decimal): -15870378 or 5690893. OLE color: 5690893.
HSL color Cylindrical-coordinate representation of color #0DD656: hue angle of 141.79º 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 #0DD656 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 214 | 86 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.16 |
| HSL | 141.79º | 0.89% | 0.45% | - |
| HSV(B) | 141.79º | 0.94% | 0.84% | - |
| XYZ | 25.89 | 48.85 | 16.87 | - |
| YUV | 139.31 | 97.91 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 214 | 86 | 0.94 | 0 | 0.60 | 0.16 | 141.79 | 0.89 | 0.45 |
| Hex | D | D6 | 56 | 5E | 0 | 3C | 10 | 8E | 59 | 2D |
| Octal | 15 | 326 | 126 | 136 | 0 | 74 | 20 | 216 | 131 | 55 |
| Binary | 1101 | 11010110 | 1010110 | 1011110 | 0 | 111100 | 10000 | 10001110 | 1011001 | 101101 |
Color Harmonies of #0DD656
Complementary color
Monochromatic Colors of #0DD656
Black with #0DD656
Text Example
Text Example
White with #0DD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD656; }
p { color: rgb(13,214,86); }
H1.HeaderClassName
{
color: #0DD656;
}
.AnyTagClassName
{
color: #0DD656;
}
</style>
background-color css
<style>
a { background-color: #0DD656; }
a { background-color: rgb(13,214,86); }
div.DivClassName
{
background-color: #0DD656;
}
.BgClassName
{
background-color: #0DD656;
}
</style>
border-color css
<style>
span { border-color: #0DD656; }
span { border-color: rgb(13,214,86); }
td.TdClassName
{
border-color: #0DD656;
}
.TagClassName
{
border-color: #0DD656;
}
</style>