Shades of Malachite #0DDB5C
Tints of Malachite #0DDB5C
RGB
CMYK
RGB Variations
Color information
#0DDB5C (or 0x0DDB5C) is known color: Malachite. HEX triplet: 0D, DB and 5C. RGB value is (13,219,92). Sum of RGB (Red+Green+Blue) = 13+219+92=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 219 (85.94% from 255 or 67.59% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDB5C is #F224A3. Grayscale: #8F8F8F. Windows color (decimal): -15869092 or 6085389. OLE color: 6085389.
HSL color Cylindrical-coordinate representation of color #0DDB5C: hue angle of 143.01º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDB5C is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 92 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.14 |
| HSL | 143.01º | 0.89% | 0.45% | - |
| HSV(B) | 143.01º | 0.94% | 0.86% | - |
| XYZ | 27.43 | 51.52 | 18.62 | - |
| YUV | 142.93 | 99.25 | 35.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 92 | 0.94 | 0 | 0.58 | 0.14 | 143.01 | 0.89 | 0.45 |
| Hex | D | DB | 5C | 5E | 0 | 3A | E | 8F | 59 | 2D |
| Octal | 15 | 333 | 134 | 136 | 0 | 72 | 16 | 217 | 131 | 55 |
| Binary | 1101 | 11011011 | 1011100 | 1011110 | 0 | 111010 | 1110 | 10001111 | 1011001 | 101101 |
Color Harmonies of #0DDB5C
Complementary color
Monochromatic Colors of #0DDB5C
Black with #0DDB5C
Text Example
Text Example
White with #0DDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB5C; }
p { color: rgb(13,219,92); }
H1.HeaderClassName
{
color: #0DDB5C;
}
.AnyTagClassName
{
color: #0DDB5C;
}
</style>
background-color css
<style>
a { background-color: #0DDB5C; }
a { background-color: rgb(13,219,92); }
div.DivClassName
{
background-color: #0DDB5C;
}
.BgClassName
{
background-color: #0DDB5C;
}
</style>
border-color css
<style>
span { border-color: #0DDB5C; }
span { border-color: rgb(13,219,92); }
td.TdClassName
{
border-color: #0DDB5C;
}
.TagClassName
{
border-color: #0DDB5C;
}
</style>