Shades of Malachite #0DD574
Tints of Malachite #0DD574
RGB
CMYK
RGB Variations
Color information
#0DD574 (or 0x0DD574) is known color: Malachite. HEX triplet: 0D, D5 and 74. RGB value is (13,213,116). Sum of RGB (Red+Green+Blue) = 13+213+116=342 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.80% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD574 is #F22A8B. Grayscale: #8E8E8E. Windows color (decimal): -15870604 or 7656717. OLE color: 7656717.
HSL color Cylindrical-coordinate representation of color #0DD574: hue angle of 150.9º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD574 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 213 | 116 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.16 |
| HSL | 150.9º | 0.88% | 0.44% | - |
| HSV(B) | 150.9º | 0.94% | 0.84% | - |
| XYZ | 27.11 | 48.94 | 24.54 | - |
| YUV | 142.14 | 113.24 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 213 | 116 | 0.94 | 0 | 0.46 | 0.16 | 150.9 | 0.88 | 0.44 |
| Hex | D | D5 | 74 | 5E | 0 | 2E | 10 | 97 | 58 | 2C |
| Octal | 15 | 325 | 164 | 136 | 0 | 56 | 20 | 227 | 130 | 54 |
| Binary | 1101 | 11010101 | 1110100 | 1011110 | 0 | 101110 | 10000 | 10010111 | 1011000 | 101100 |
Color Harmonies of #0DD574
Complementary color
Monochromatic Colors of #0DD574
Black with #0DD574
Text Example
Text Example
White with #0DD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD574; }
p { color: rgb(13,213,116); }
H1.HeaderClassName
{
color: #0DD574;
}
.AnyTagClassName
{
color: #0DD574;
}
</style>
background-color css
<style>
a { background-color: #0DD574; }
a { background-color: rgb(13,213,116); }
div.DivClassName
{
background-color: #0DD574;
}
.BgClassName
{
background-color: #0DD574;
}
</style>
border-color css
<style>
span { border-color: #0DD574; }
span { border-color: rgb(13,213,116); }
td.TdClassName
{
border-color: #0DD574;
}
.TagClassName
{
border-color: #0DD574;
}
</style>