Shades of Malachite #10DC75
Tints of Malachite #10DC75
RGB
CMYK
RGB Variations
Color information
#10DC75 (or 0x10DC75) is known color: Malachite. HEX triplet: 10, DC and 75. RGB value is (16,220,117). Sum of RGB (Red+Green+Blue) = 16+220+117=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DC75 is #EF238A. Grayscale: #939393. Windows color (decimal): -15672203 or 7724048. OLE color: 7724048.
HSL color Cylindrical-coordinate representation of color #10DC75: hue angle of 149.71º 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 #10DC75 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 117 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.14 |
| HSL | 149.71º | 0.86% | 0.46% | - |
| HSV(B) | 149.71º | 0.93% | 0.86% | - |
| XYZ | 29.02 | 52.58 | 25.45 | - |
| YUV | 147.26 | 110.91 | 34.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 117 | 0.93 | 0 | 0.47 | 0.14 | 149.71 | 0.86 | 0.46 |
| Hex | 10 | DC | 75 | 5D | 0 | 2F | E | 96 | 56 | 2E |
| Octal | 20 | 334 | 165 | 135 | 0 | 57 | 16 | 226 | 126 | 56 |
| Binary | 10000 | 11011100 | 1110101 | 1011101 | 0 | 101111 | 1110 | 10010110 | 1010110 | 101110 |
Color Harmonies of #10DC75
Complementary color
Monochromatic Colors of #10DC75
Black with #10DC75
Text Example
Text Example
White with #10DC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC75; }
p { color: rgb(16,220,117); }
H1.HeaderClassName
{
color: #10DC75;
}
.AnyTagClassName
{
color: #10DC75;
}
</style>
background-color css
<style>
a { background-color: #10DC75; }
a { background-color: rgb(16,220,117); }
div.DivClassName
{
background-color: #10DC75;
}
.BgClassName
{
background-color: #10DC75;
}
</style>
border-color css
<style>
span { border-color: #10DC75; }
span { border-color: rgb(16,220,117); }
td.TdClassName
{
border-color: #10DC75;
}
.TagClassName
{
border-color: #10DC75;
}
</style>