Shades of Malachite #0DE865
Tints of Malachite #0DE865
RGB
CMYK
RGB Variations
Color information
#0DE865 (or 0x0DE865) is known color: Malachite. HEX triplet: 0D, E8 and 65. RGB value is (13,232,101). Sum of RGB (Red+Green+Blue) = 13+232+101=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 232 (91.02% from 255 or 67.05% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 232 - color contains mainly: green. Hex color #0DE865 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE865 is #F2179A. Grayscale: #979797. Windows color (decimal): -15865755 or 6678541. OLE color: 6678541.
HSL color Cylindrical-coordinate representation of color #0DE865: hue angle of 144.11º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE865 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 13 | 232 | 101 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.09 |
| HSL | 144.11º | 0.89% | 0.48% | - |
| HSV(B) | 144.11º | 0.94% | 0.91% | - |
| XYZ | 31.37 | 58.74 | 22 | - |
| YUV | 151.59 | 99.45 | 29.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 232 | 101 | 0.94 | 0 | 0.56 | 0.09 | 144.11 | 0.89 | 0.48 |
| Hex | D | E8 | 65 | 5E | 0 | 38 | 9 | 90 | 59 | 30 |
| Octal | 15 | 350 | 145 | 136 | 0 | 70 | 11 | 220 | 131 | 60 |
| Binary | 1101 | 11101000 | 1100101 | 1011110 | 0 | 111000 | 1001 | 10010000 | 1011001 | 110000 |
Color Harmonies of #0DE865
Complementary color
Monochromatic Colors of #0DE865
Black with #0DE865
Text Example
Text Example
White with #0DE865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE865; }
p { color: rgb(13,232,101); }
H1.HeaderClassName
{
color: #0DE865;
}
.AnyTagClassName
{
color: #0DE865;
}
</style>
background-color css
<style>
a { background-color: #0DE865; }
a { background-color: rgb(13,232,101); }
div.DivClassName
{
background-color: #0DE865;
}
.BgClassName
{
background-color: #0DE865;
}
</style>
border-color css
<style>
span { border-color: #0DE865; }
span { border-color: rgb(13,232,101); }
td.TdClassName
{
border-color: #0DE865;
}
.TagClassName
{
border-color: #0DE865;
}
</style>