Shades of Malachite #0DE455
Tints of Malachite #0DE455
RGB
CMYK
RGB Variations
Color information
#0DE455 (or 0x0DE455) is known color: Malachite. HEX triplet: 0D, E4 and 55. RGB value is (13,228,85). Sum of RGB (Red+Green+Blue) = 13+228+85=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 228 (89.45% from 255 or 69.94% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 228 - color contains mainly: green. Hex color #0DE455 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE455 is #F21BAA. Grayscale: #939393. Windows color (decimal): -15866795 or 5628941. OLE color: 5628941.
HSL color Cylindrical-coordinate representation of color #0DE455: hue angle of 140.09º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE455 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 13 | 228 | 85 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.11 |
| HSL | 140.09º | 0.89% | 0.47% | - |
| HSV(B) | 140.09º | 0.94% | 0.89% | - |
| XYZ | 29.55 | 56.23 | 17.89 | - |
| YUV | 147.41 | 92.77 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 228 | 85 | 0.94 | 0 | 0.63 | 0.11 | 140.09 | 0.89 | 0.47 |
| Hex | D | E4 | 55 | 5E | 0 | 3F | B | 8C | 59 | 2F |
| Octal | 15 | 344 | 125 | 136 | 0 | 77 | 13 | 214 | 131 | 57 |
| Binary | 1101 | 11100100 | 1010101 | 1011110 | 0 | 111111 | 1011 | 10001100 | 1011001 | 101111 |
Color Harmonies of #0DE455
Complementary color
Monochromatic Colors of #0DE455
Black with #0DE455
Text Example
Text Example
White with #0DE455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE455; }
p { color: rgb(13,228,85); }
H1.HeaderClassName
{
color: #0DE455;
}
.AnyTagClassName
{
color: #0DE455;
}
</style>
background-color css
<style>
a { background-color: #0DE455; }
a { background-color: rgb(13,228,85); }
div.DivClassName
{
background-color: #0DE455;
}
.BgClassName
{
background-color: #0DE455;
}
</style>
border-color css
<style>
span { border-color: #0DE455; }
span { border-color: rgb(13,228,85); }
td.TdClassName
{
border-color: #0DE455;
}
.TagClassName
{
border-color: #0DE455;
}
</style>