Shades of Malachite #0DD667
Tints of Malachite #0DD667
RGB
CMYK
RGB Variations
Color information
#0DD667 (or 0x0DD667) is known color: Malachite. HEX triplet: 0D, D6 and 67. RGB value is (13,214,103). Sum of RGB (Red+Green+Blue) = 13+214+103=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 214 (83.98% from 255 or 64.85% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD667 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD667 is #F22998. Grayscale: #8D8D8D. Windows color (decimal): -15870361 or 6805005. OLE color: 6805005.
HSL color Cylindrical-coordinate representation of color #0DD667: hue angle of 146.87º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD667 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 214 | 103 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.16 |
| HSL | 146.87º | 0.89% | 0.45% | - |
| HSV(B) | 146.87º | 0.94% | 0.84% | - |
| XYZ | 26.66 | 49.16 | 20.92 | - |
| YUV | 141.25 | 106.41 | 36.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 214 | 103 | 0.94 | 0 | 0.52 | 0.16 | 146.87 | 0.89 | 0.45 |
| Hex | D | D6 | 67 | 5E | 0 | 34 | 10 | 93 | 59 | 2D |
| Octal | 15 | 326 | 147 | 136 | 0 | 64 | 20 | 223 | 131 | 55 |
| Binary | 1101 | 11010110 | 1100111 | 1011110 | 0 | 110100 | 10000 | 10010011 | 1011001 | 101101 |
Color Harmonies of #0DD667
Complementary color
Monochromatic Colors of #0DD667
Black with #0DD667
Text Example
Text Example
White with #0DD667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD667; }
p { color: rgb(13,214,103); }
H1.HeaderClassName
{
color: #0DD667;
}
.AnyTagClassName
{
color: #0DD667;
}
</style>
background-color css
<style>
a { background-color: #0DD667; }
a { background-color: rgb(13,214,103); }
div.DivClassName
{
background-color: #0DD667;
}
.BgClassName
{
background-color: #0DD667;
}
</style>
border-color css
<style>
span { border-color: #0DD667; }
span { border-color: rgb(13,214,103); }
td.TdClassName
{
border-color: #0DD667;
}
.TagClassName
{
border-color: #0DD667;
}
</style>