Shades of Malachite #0DDC53
Tints of Malachite #0DDC53
RGB
CMYK
RGB Variations
Color information
#0DDC53 (or 0x0DDC53) is known color: Malachite. HEX triplet: 0D, DC and 53. RGB value is (13,220,83). Sum of RGB (Red+Green+Blue) = 13+220+83=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 220 (86.33% from 255 or 69.62% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDC53 is #F223AC. Grayscale: #8E8E8E. Windows color (decimal): -15868845 or 5495821. OLE color: 5495821.
HSL color Cylindrical-coordinate representation of color #0DDC53: hue angle of 140.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDC53 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 83 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.14 |
| HSL | 140.29º | 0.89% | 0.46% | - |
| HSV(B) | 140.29º | 0.94% | 0.86% | - |
| XYZ | 27.32 | 51.9 | 16.76 | - |
| YUV | 142.49 | 94.42 | 35.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 83 | 0.94 | 0 | 0.62 | 0.14 | 140.29 | 0.89 | 0.46 |
| Hex | D | DC | 53 | 5E | 0 | 3E | E | 8C | 59 | 2E |
| Octal | 15 | 334 | 123 | 136 | 0 | 76 | 16 | 214 | 131 | 56 |
| Binary | 1101 | 11011100 | 1010011 | 1011110 | 0 | 111110 | 1110 | 10001100 | 1011001 | 101110 |
Color Harmonies of #0DDC53
Complementary color
Monochromatic Colors of #0DDC53
Black with #0DDC53
Text Example
Text Example
White with #0DDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC53; }
p { color: rgb(13,220,83); }
H1.HeaderClassName
{
color: #0DDC53;
}
.AnyTagClassName
{
color: #0DDC53;
}
</style>
background-color css
<style>
a { background-color: #0DDC53; }
a { background-color: rgb(13,220,83); }
div.DivClassName
{
background-color: #0DDC53;
}
.BgClassName
{
background-color: #0DDC53;
}
</style>
border-color css
<style>
span { border-color: #0DDC53; }
span { border-color: rgb(13,220,83); }
td.TdClassName
{
border-color: #0DDC53;
}
.TagClassName
{
border-color: #0DDC53;
}
</style>