Shades of Malachite #0DEC55
Tints of Malachite #0DEC55
RGB
CMYK
RGB Variations
Color information
#0DEC55 (or 0x0DEC55) is known color: Malachite. HEX triplet: 0D, EC and 55. RGB value is (13,236,85). Sum of RGB (Red+Green+Blue) = 13+236+85=334 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.89% from 334); Green value is 236 (92.58% from 255 or 70.66% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEC55 is #F213AA. Grayscale: #989898. Windows color (decimal): -15864747 or 5630989. OLE color: 5630989.
HSL color Cylindrical-coordinate representation of color #0DEC55: hue angle of 139.37º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEC55 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 85 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.07 |
| HSL | 139.37º | 0.9% | 0.49% | - |
| HSV(B) | 139.37º | 0.94% | 0.93% | - |
| XYZ | 31.8 | 60.73 | 18.64 | - |
| YUV | 152.11 | 90.12 | 28.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 85 | 0.94 | 0 | 0.64 | 0.07 | 139.37 | 0.9 | 0.49 |
| Hex | D | EC | 55 | 5E | 0 | 40 | 7 | 8B | 5A | 31 |
| Octal | 15 | 354 | 125 | 136 | 0 | 100 | 7 | 213 | 132 | 61 |
| Binary | 1101 | 11101100 | 1010101 | 1011110 | 0 | 1000000 | 111 | 10001011 | 1011010 | 110001 |
Color Harmonies of #0DEC55
Complementary color
Monochromatic Colors of #0DEC55
Black with #0DEC55
Text Example
Text Example
White with #0DEC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEC55; }
p { color: rgb(13,236,85); }
H1.HeaderClassName
{
color: #0DEC55;
}
.AnyTagClassName
{
color: #0DEC55;
}
</style>
background-color css
<style>
a { background-color: #0DEC55; }
a { background-color: rgb(13,236,85); }
div.DivClassName
{
background-color: #0DEC55;
}
.BgClassName
{
background-color: #0DEC55;
}
</style>
border-color css
<style>
span { border-color: #0DEC55; }
span { border-color: rgb(13,236,85); }
td.TdClassName
{
border-color: #0DEC55;
}
.TagClassName
{
border-color: #0DEC55;
}
</style>