Shades of Malachite #10DB75
Tints of Malachite #10DB75
RGB
CMYK
RGB Variations
Color information
#10DB75 (or 0x10DB75) is known color: Malachite. HEX triplet: 10, DB and 75. RGB value is (16,219,117). Sum of RGB (Red+Green+Blue) = 16+219+117=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 219 (85.94% from 255 or 62.22% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DB75 is #EF248A. Grayscale: #929292. Windows color (decimal): -15672459 or 7723792. OLE color: 7723792.
HSL color Cylindrical-coordinate representation of color #10DB75: hue angle of 149.85º 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 #10DB75 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 117 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.14 |
| HSL | 149.85º | 0.86% | 0.46% | - |
| HSV(B) | 149.85º | 0.93% | 0.86% | - |
| XYZ | 28.76 | 52.06 | 25.36 | - |
| YUV | 146.68 | 111.25 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 117 | 0.93 | 0 | 0.47 | 0.14 | 149.85 | 0.86 | 0.46 |
| Hex | 10 | DB | 75 | 5D | 0 | 2F | E | 96 | 56 | 2E |
| Octal | 20 | 333 | 165 | 135 | 0 | 57 | 16 | 226 | 126 | 56 |
| Binary | 10000 | 11011011 | 1110101 | 1011101 | 0 | 101111 | 1110 | 10010110 | 1010110 | 101110 |
Color Harmonies of #10DB75
Complementary color
Monochromatic Colors of #10DB75
Black with #10DB75
Text Example
Text Example
White with #10DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB75; }
p { color: rgb(16,219,117); }
H1.HeaderClassName
{
color: #10DB75;
}
.AnyTagClassName
{
color: #10DB75;
}
</style>
background-color css
<style>
a { background-color: #10DB75; }
a { background-color: rgb(16,219,117); }
div.DivClassName
{
background-color: #10DB75;
}
.BgClassName
{
background-color: #10DB75;
}
</style>
border-color css
<style>
span { border-color: #10DB75; }
span { border-color: rgb(16,219,117); }
td.TdClassName
{
border-color: #10DB75;
}
.TagClassName
{
border-color: #10DB75;
}
</style>