Shades of Malachite #10DB73
Tints of Malachite #10DB73
RGB
CMYK
RGB Variations
Color information
#10DB73 (or 0x10DB73) is known color: Malachite. HEX triplet: 10, DB and 73. RGB value is (16,219,115). Sum of RGB (Red+Green+Blue) = 16+219+115=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 219 (85.94% from 255 or 62.57% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DB73 is #EF248C. Grayscale: #929292. Windows color (decimal): -15672461 or 7592720. OLE color: 7592720.
HSL color Cylindrical-coordinate representation of color #10DB73: hue angle of 149.26º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DB73 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 115 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.14 |
| HSL | 149.26º | 0.86% | 0.46% | - |
| HSV(B) | 149.26º | 0.93% | 0.86% | - |
| XYZ | 28.64 | 52.01 | 24.75 | - |
| YUV | 146.45 | 110.25 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 115 | 0.93 | 0 | 0.47 | 0.14 | 149.26 | 0.86 | 0.46 |
| Hex | 10 | DB | 73 | 5D | 0 | 2F | E | 95 | 56 | 2E |
| Octal | 20 | 333 | 163 | 135 | 0 | 57 | 16 | 225 | 126 | 56 |
| Binary | 10000 | 11011011 | 1110011 | 1011101 | 0 | 101111 | 1110 | 10010101 | 1010110 | 101110 |
Color Harmonies of #10DB73
Complementary color
Monochromatic Colors of #10DB73
Black with #10DB73
Text Example
Text Example
White with #10DB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB73; }
p { color: rgb(16,219,115); }
H1.HeaderClassName
{
color: #10DB73;
}
.AnyTagClassName
{
color: #10DB73;
}
</style>
background-color css
<style>
a { background-color: #10DB73; }
a { background-color: rgb(16,219,115); }
div.DivClassName
{
background-color: #10DB73;
}
.BgClassName
{
background-color: #10DB73;
}
</style>
border-color css
<style>
span { border-color: #10DB73; }
span { border-color: rgb(16,219,115); }
td.TdClassName
{
border-color: #10DB73;
}
.TagClassName
{
border-color: #10DB73;
}
</style>