Shades of Malachite #0DD562
Tints of Malachite #0DD562
RGB
CMYK
RGB Variations
Color information
#0DD562 (or 0x0DD562) is known color: Malachite. HEX triplet: 0D, D5 and 62. RGB value is (13,213,98). Sum of RGB (Red+Green+Blue) = 13+213+98=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD562 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD562 is #F22A9D. Grayscale: #8C8C8C. Windows color (decimal): -15870622 or 6477069. OLE color: 6477069.
HSL color Cylindrical-coordinate representation of color #0DD562: hue angle of 145.5º 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 #0DD562 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 213 | 98 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.16 |
| HSL | 145.5º | 0.88% | 0.44% | - |
| HSV(B) | 145.5º | 0.94% | 0.84% | - |
| XYZ | 26.16 | 48.56 | 19.55 | - |
| YUV | 140.09 | 104.24 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 213 | 98 | 0.94 | 0 | 0.54 | 0.16 | 145.5 | 0.88 | 0.44 |
| Hex | D | D5 | 62 | 5E | 0 | 36 | 10 | 92 | 58 | 2C |
| Octal | 15 | 325 | 142 | 136 | 0 | 66 | 20 | 222 | 130 | 54 |
| Binary | 1101 | 11010101 | 1100010 | 1011110 | 0 | 110110 | 10000 | 10010010 | 1011000 | 101100 |
Color Harmonies of #0DD562
Complementary color
Monochromatic Colors of #0DD562
Black with #0DD562
Text Example
Text Example
White with #0DD562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD562; }
p { color: rgb(13,213,98); }
H1.HeaderClassName
{
color: #0DD562;
}
.AnyTagClassName
{
color: #0DD562;
}
</style>
background-color css
<style>
a { background-color: #0DD562; }
a { background-color: rgb(13,213,98); }
div.DivClassName
{
background-color: #0DD562;
}
.BgClassName
{
background-color: #0DD562;
}
</style>
border-color css
<style>
span { border-color: #0DD562; }
span { border-color: rgb(13,213,98); }
td.TdClassName
{
border-color: #0DD562;
}
.TagClassName
{
border-color: #0DD562;
}
</style>