Shades of Malachite #0DD65F
Tints of Malachite #0DD65F
RGB
CMYK
RGB Variations
Color information
#0DD65F (or 0x0DD65F) is known color: Malachite. HEX triplet: 0D, D6 and 5F. RGB value is (13,214,95). Sum of RGB (Red+Green+Blue) = 13+214+95=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 214 (83.98% from 255 or 66.46% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD65F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD65F is #F229A0. Grayscale: #8C8C8C. Windows color (decimal): -15870369 or 6280717. OLE color: 6280717.
HSL color Cylindrical-coordinate representation of color #0DD65F: hue angle of 144.48º 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 #0DD65F is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 214 | 95 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.16 |
| HSL | 144.48º | 0.89% | 0.45% | - |
| HSV(B) | 144.48º | 0.94% | 0.84% | - |
| XYZ | 26.28 | 49 | 18.9 | - |
| YUV | 140.34 | 102.41 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 214 | 95 | 0.94 | 0 | 0.56 | 0.16 | 144.48 | 0.89 | 0.45 |
| Hex | D | D6 | 5F | 5E | 0 | 38 | 10 | 90 | 59 | 2D |
| Octal | 15 | 326 | 137 | 136 | 0 | 70 | 20 | 220 | 131 | 55 |
| Binary | 1101 | 11010110 | 1011111 | 1011110 | 0 | 111000 | 10000 | 10010000 | 1011001 | 101101 |
Color Harmonies of #0DD65F
Complementary color
Monochromatic Colors of #0DD65F
Black with #0DD65F
Text Example
Text Example
White with #0DD65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD65F; }
p { color: rgb(13,214,95); }
H1.HeaderClassName
{
color: #0DD65F;
}
.AnyTagClassName
{
color: #0DD65F;
}
</style>
background-color css
<style>
a { background-color: #0DD65F; }
a { background-color: rgb(13,214,95); }
div.DivClassName
{
background-color: #0DD65F;
}
.BgClassName
{
background-color: #0DD65F;
}
</style>
border-color css
<style>
span { border-color: #0DD65F; }
span { border-color: rgb(13,214,95); }
td.TdClassName
{
border-color: #0DD65F;
}
.TagClassName
{
border-color: #0DD65F;
}
</style>