Shades of Malachite #0DE663
Tints of Malachite #0DE663
RGB
CMYK
RGB Variations
Color information
#0DE663 (or 0x0DE663) is known color: Malachite. HEX triplet: 0D, E6 and 63. RGB value is (13,230,99). Sum of RGB (Red+Green+Blue) = 13+230+99=342 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.80% from 342); Green value is 230 (90.23% from 255 or 67.25% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 230 - color contains mainly: green. Hex color #0DE663 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE663 is #F2199C. Grayscale: #969696. Windows color (decimal): -15866269 or 6546957. OLE color: 6546957.
HSL color Cylindrical-coordinate representation of color #0DE663: hue angle of 143.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE663 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 230 | 99 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.10 |
| HSL | 143.78º | 0.89% | 0.48% | - |
| HSV(B) | 143.78º | 0.94% | 0.9% | - |
| XYZ | 30.71 | 57.58 | 21.3 | - |
| YUV | 150.18 | 99.11 | 30.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 230 | 99 | 0.94 | 0 | 0.57 | 0.10 | 143.78 | 0.89 | 0.48 |
| Hex | D | E6 | 63 | 5E | 0 | 39 | A | 90 | 59 | 30 |
| Octal | 15 | 346 | 143 | 136 | 0 | 71 | 12 | 220 | 131 | 60 |
| Binary | 1101 | 11100110 | 1100011 | 1011110 | 0 | 111001 | 1010 | 10010000 | 1011001 | 110000 |
Color Harmonies of #0DE663
Complementary color
Monochromatic Colors of #0DE663
Black with #0DE663
Text Example
Text Example
White with #0DE663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE663; }
p { color: rgb(13,230,99); }
H1.HeaderClassName
{
color: #0DE663;
}
.AnyTagClassName
{
color: #0DE663;
}
</style>
background-color css
<style>
a { background-color: #0DE663; }
a { background-color: rgb(13,230,99); }
div.DivClassName
{
background-color: #0DE663;
}
.BgClassName
{
background-color: #0DE663;
}
</style>
border-color css
<style>
span { border-color: #0DE663; }
span { border-color: rgb(13,230,99); }
td.TdClassName
{
border-color: #0DE663;
}
.TagClassName
{
border-color: #0DE663;
}
</style>