Shades of Malachite #0DDC3B
Tints of Malachite #0DDC3B
RGB
CMYK
RGB Variations
Color information
#0DDC3B (or 0x0DDC3B) is known color: Malachite. HEX triplet: 0D, DC and 3B. RGB value is (13,220,59). Sum of RGB (Red+Green+Blue) = 13+220+59=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 220 (86.33% from 255 or 75.34% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDC3B is #F223C4. Grayscale: #8C8C8C. Windows color (decimal): -15868869 or 3922957. OLE color: 3922957.
HSL color Cylindrical-coordinate representation of color #0DDC3B: hue angle of 133.33º 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 #0DDC3B is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 59 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.14 |
| HSL | 133.33º | 0.89% | 0.46% | - |
| HSV(B) | 133.33º | 0.94% | 0.86% | - |
| XYZ | 26.55 | 51.59 | 12.7 | - |
| YUV | 139.75 | 82.42 | 37.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 59 | 0.94 | 0 | 0.73 | 0.14 | 133.33 | 0.89 | 0.46 |
| Hex | D | DC | 3B | 5E | 0 | 49 | E | 85 | 59 | 2E |
| Octal | 15 | 334 | 73 | 136 | 0 | 111 | 16 | 205 | 131 | 56 |
| Binary | 1101 | 11011100 | 111011 | 1011110 | 0 | 1001001 | 1110 | 10000101 | 1011001 | 101110 |
Color Harmonies of #0DDC3B
Complementary color
Monochromatic Colors of #0DDC3B
Black with #0DDC3B
Text Example
Text Example
White with #0DDC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC3B; }
p { color: rgb(13,220,59); }
H1.HeaderClassName
{
color: #0DDC3B;
}
.AnyTagClassName
{
color: #0DDC3B;
}
</style>
background-color css
<style>
a { background-color: #0DDC3B; }
a { background-color: rgb(13,220,59); }
div.DivClassName
{
background-color: #0DDC3B;
}
.BgClassName
{
background-color: #0DDC3B;
}
</style>
border-color css
<style>
span { border-color: #0DDC3B; }
span { border-color: rgb(13,220,59); }
td.TdClassName
{
border-color: #0DDC3B;
}
.TagClassName
{
border-color: #0DDC3B;
}
</style>