Shades of Malachite #0DD651
Tints of Malachite #0DD651
RGB
CMYK
RGB Variations
Color information
#0DD651 (or 0x0DD651) is known color: Malachite. HEX triplet: 0D, D6 and 51. RGB value is (13,214,81). Sum of RGB (Red+Green+Blue) = 13+214+81=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 214 (83.98% from 255 or 69.48% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD651 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD651 is #F229AE. Grayscale: #8B8B8B. Windows color (decimal): -15870383 or 5363213. OLE color: 5363213.
HSL color Cylindrical-coordinate representation of color #0DD651: hue angle of 140.3º 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 #0DD651 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 214 | 81 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.16 |
| HSL | 140.3º | 0.89% | 0.45% | - |
| HSV(B) | 140.3º | 0.94% | 0.84% | - |
| XYZ | 25.7 | 48.77 | 15.84 | - |
| YUV | 138.74 | 95.41 | 38.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 214 | 81 | 0.94 | 0 | 0.62 | 0.16 | 140.3 | 0.89 | 0.45 |
| Hex | D | D6 | 51 | 5E | 0 | 3E | 10 | 8C | 59 | 2D |
| Octal | 15 | 326 | 121 | 136 | 0 | 76 | 20 | 214 | 131 | 55 |
| Binary | 1101 | 11010110 | 1010001 | 1011110 | 0 | 111110 | 10000 | 10001100 | 1011001 | 101101 |
Color Harmonies of #0DD651
Complementary color
Monochromatic Colors of #0DD651
Black with #0DD651
Text Example
Text Example
White with #0DD651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD651; }
p { color: rgb(13,214,81); }
H1.HeaderClassName
{
color: #0DD651;
}
.AnyTagClassName
{
color: #0DD651;
}
</style>
background-color css
<style>
a { background-color: #0DD651; }
a { background-color: rgb(13,214,81); }
div.DivClassName
{
background-color: #0DD651;
}
.BgClassName
{
background-color: #0DD651;
}
</style>
border-color css
<style>
span { border-color: #0DD651; }
span { border-color: rgb(13,214,81); }
td.TdClassName
{
border-color: #0DD651;
}
.TagClassName
{
border-color: #0DD651;
}
</style>