Shades of Malachite #0DD751
Tints of Malachite #0DD751
RGB
CMYK
RGB Variations
Color information
#0DD751 (or 0x0DD751) is known color: Malachite. HEX triplet: 0D, D7 and 51. RGB value is (13,215,81). Sum of RGB (Red+Green+Blue) = 13+215+81=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 215 (84.38% from 255 or 69.58% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD751 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD751 is #F228AE. Grayscale: #8B8B8B. Windows color (decimal): -15870127 or 5363469. OLE color: 5363469.
HSL color Cylindrical-coordinate representation of color #0DD751: hue angle of 140.2º 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 #0DD751 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 215 | 81 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.16 |
| HSL | 140.2º | 0.89% | 0.45% | - |
| HSV(B) | 140.2º | 0.94% | 0.84% | - |
| XYZ | 25.95 | 49.28 | 15.93 | - |
| YUV | 139.33 | 95.08 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 215 | 81 | 0.94 | 0 | 0.62 | 0.16 | 140.2 | 0.89 | 0.45 |
| Hex | D | D7 | 51 | 5E | 0 | 3E | 10 | 8C | 59 | 2D |
| Octal | 15 | 327 | 121 | 136 | 0 | 76 | 20 | 214 | 131 | 55 |
| Binary | 1101 | 11010111 | 1010001 | 1011110 | 0 | 111110 | 10000 | 10001100 | 1011001 | 101101 |
Color Harmonies of #0DD751
Complementary color
Monochromatic Colors of #0DD751
Black with #0DD751
Text Example
Text Example
White with #0DD751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD751; }
p { color: rgb(13,215,81); }
H1.HeaderClassName
{
color: #0DD751;
}
.AnyTagClassName
{
color: #0DD751;
}
</style>
background-color css
<style>
a { background-color: #0DD751; }
a { background-color: rgb(13,215,81); }
div.DivClassName
{
background-color: #0DD751;
}
.BgClassName
{
background-color: #0DD751;
}
</style>
border-color css
<style>
span { border-color: #0DD751; }
span { border-color: rgb(13,215,81); }
td.TdClassName
{
border-color: #0DD751;
}
.TagClassName
{
border-color: #0DD751;
}
</style>