Shades of Malachite #0DD957
Tints of Malachite #0DD957
RGB
CMYK
RGB Variations
Color information
#0DD957 (or 0x0DD957) is known color: Malachite. HEX triplet: 0D, D9 and 57. RGB value is (13,217,87). Sum of RGB (Red+Green+Blue) = 13+217+87=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 217 (85.16% from 255 or 68.45% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 217 - color contains mainly: green. Hex color #0DD957 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD957 is #F226A8. Grayscale: #8D8D8D. Windows color (decimal): -15869609 or 5757197. OLE color: 5757197.
HSL color Cylindrical-coordinate representation of color #0DD957: hue angle of 141.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD957 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 217 | 87 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.15 |
| HSL | 141.76º | 0.89% | 0.45% | - |
| HSV(B) | 141.76º | 0.94% | 0.85% | - |
| XYZ | 26.7 | 50.4 | 17.34 | - |
| YUV | 141.18 | 97.41 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 217 | 87 | 0.94 | 0 | 0.60 | 0.15 | 141.76 | 0.89 | 0.45 |
| Hex | D | D9 | 57 | 5E | 0 | 3C | F | 8E | 59 | 2D |
| Octal | 15 | 331 | 127 | 136 | 0 | 74 | 17 | 216 | 131 | 55 |
| Binary | 1101 | 11011001 | 1010111 | 1011110 | 0 | 111100 | 1111 | 10001110 | 1011001 | 101101 |
Color Harmonies of #0DD957
Complementary color
Monochromatic Colors of #0DD957
Black with #0DD957
Text Example
Text Example
White with #0DD957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD957; }
p { color: rgb(13,217,87); }
H1.HeaderClassName
{
color: #0DD957;
}
.AnyTagClassName
{
color: #0DD957;
}
</style>
background-color css
<style>
a { background-color: #0DD957; }
a { background-color: rgb(13,217,87); }
div.DivClassName
{
background-color: #0DD957;
}
.BgClassName
{
background-color: #0DD957;
}
</style>
border-color css
<style>
span { border-color: #0DD957; }
span { border-color: rgb(13,217,87); }
td.TdClassName
{
border-color: #0DD957;
}
.TagClassName
{
border-color: #0DD957;
}
</style>