Shades of Malachite #0DD540
Tints of Malachite #0DD540
RGB
CMYK
RGB Variations
Color information
#0DD540 (or 0x0DD540) is known color: Malachite. HEX triplet: 0D, D5 and 40. RGB value is (13,213,64). Sum of RGB (Red+Green+Blue) = 13+213+64=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 213 (83.59% from 255 or 73.45% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD540 is #F22ABF. Grayscale: #888888. Windows color (decimal): -15870656 or 4248845. OLE color: 4248845.
HSL color Cylindrical-coordinate representation of color #0DD540: hue angle of 135.3º 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 #0DD540 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 213 | 64 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.16 |
| HSL | 135.3º | 0.88% | 0.44% | - |
| HSV(B) | 135.3º | 0.94% | 0.84% | - |
| XYZ | 24.89 | 48.04 | 12.81 | - |
| YUV | 136.21 | 87.24 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 213 | 64 | 0.94 | 0 | 0.70 | 0.16 | 135.3 | 0.88 | 0.44 |
| Hex | D | D5 | 40 | 5E | 0 | 46 | 10 | 87 | 58 | 2C |
| Octal | 15 | 325 | 100 | 136 | 0 | 106 | 20 | 207 | 130 | 54 |
| Binary | 1101 | 11010101 | 1000000 | 1011110 | 0 | 1000110 | 10000 | 10000111 | 1011000 | 101100 |
Color Harmonies of #0DD540
Complementary color
Monochromatic Colors of #0DD540
Black with #0DD540
Text Example
Text Example
White with #0DD540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD540; }
p { color: rgb(13,213,64); }
H1.HeaderClassName
{
color: #0DD540;
}
.AnyTagClassName
{
color: #0DD540;
}
</style>
background-color css
<style>
a { background-color: #0DD540; }
a { background-color: rgb(13,213,64); }
div.DivClassName
{
background-color: #0DD540;
}
.BgClassName
{
background-color: #0DD540;
}
</style>
border-color css
<style>
span { border-color: #0DD540; }
span { border-color: rgb(13,213,64); }
td.TdClassName
{
border-color: #0DD540;
}
.TagClassName
{
border-color: #0DD540;
}
</style>