Shades of Malachite #0DC751
Tints of Malachite #0DC751
RGB
CMYK
RGB Variations
Color information
#0DC751 (or 0x0DC751) is known color: Malachite. HEX triplet: 0D, C7 and 51. RGB value is (13,199,81). Sum of RGB (Red+Green+Blue) = 13+199+81=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 199 (78.12% from 255 or 67.92% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC751 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC751 is #F238AE. Grayscale: #828282. Windows color (decimal): -15874223 or 5359373. OLE color: 5359373.
HSL color Cylindrical-coordinate representation of color #0DC751: hue angle of 141.94º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC751 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 199 | 81 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.22 |
| HSL | 141.94º | 0.88% | 0.42% | - |
| HSV(B) | 141.94º | 0.93% | 0.78% | - |
| XYZ | 22.07 | 41.53 | 14.64 | - |
| YUV | 129.93 | 100.38 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 81 | 0.93 | 0 | 0.59 | 0.22 | 141.94 | 0.88 | 0.42 |
| Hex | D | C7 | 51 | 5D | 0 | 3B | 16 | 8E | 58 | 2A |
| Octal | 15 | 307 | 121 | 135 | 0 | 73 | 26 | 216 | 130 | 52 |
| Binary | 1101 | 11000111 | 1010001 | 1011101 | 0 | 111011 | 10110 | 10001110 | 1011000 | 101010 |
Color Harmonies of #0DC751
Complementary color
Monochromatic Colors of #0DC751
Black with #0DC751
Text Example
Text Example
White with #0DC751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC751; }
p { color: rgb(13,199,81); }
H1.HeaderClassName
{
color: #0DC751;
}
.AnyTagClassName
{
color: #0DC751;
}
</style>
background-color css
<style>
a { background-color: #0DC751; }
a { background-color: rgb(13,199,81); }
div.DivClassName
{
background-color: #0DC751;
}
.BgClassName
{
background-color: #0DC751;
}
</style>
border-color css
<style>
span { border-color: #0DC751; }
span { border-color: rgb(13,199,81); }
td.TdClassName
{
border-color: #0DC751;
}
.TagClassName
{
border-color: #0DC751;
}
</style>