Shades of Malachite #10DD5D
Tints of Malachite #10DD5D
RGB
CMYK
RGB Variations
Color information
#10DD5D (or 0x10DD5D) is known color: Malachite. HEX triplet: 10, DD and 5D. RGB value is (16,221,93). Sum of RGB (Red+Green+Blue) = 16+221+93=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DD5D is #EF22A2. Grayscale: #919191. Windows color (decimal): -15671971 or 6151440. OLE color: 6151440.
HSL color Cylindrical-coordinate representation of color #10DD5D: hue angle of 142.54º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DD5D is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 93 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.13 |
| HSL | 142.54º | 0.86% | 0.46% | - |
| HSV(B) | 142.54º | 0.93% | 0.87% | - |
| XYZ | 28.05 | 52.61 | 19.03 | - |
| YUV | 145.11 | 98.58 | 35.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 93 | 0.93 | 0 | 0.58 | 0.13 | 142.54 | 0.86 | 0.46 |
| Hex | 10 | DD | 5D | 5D | 0 | 3A | D | 8F | 56 | 2E |
| Octal | 20 | 335 | 135 | 135 | 0 | 72 | 15 | 217 | 126 | 56 |
| Binary | 10000 | 11011101 | 1011101 | 1011101 | 0 | 111010 | 1101 | 10001111 | 1010110 | 101110 |
Color Harmonies of #10DD5D
Complementary color
Monochromatic Colors of #10DD5D
Black with #10DD5D
Text Example
Text Example
White with #10DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD5D; }
p { color: rgb(16,221,93); }
H1.HeaderClassName
{
color: #10DD5D;
}
.AnyTagClassName
{
color: #10DD5D;
}
</style>
background-color css
<style>
a { background-color: #10DD5D; }
a { background-color: rgb(16,221,93); }
div.DivClassName
{
background-color: #10DD5D;
}
.BgClassName
{
background-color: #10DD5D;
}
</style>
border-color css
<style>
span { border-color: #10DD5D; }
span { border-color: rgb(16,221,93); }
td.TdClassName
{
border-color: #10DD5D;
}
.TagClassName
{
border-color: #10DD5D;
}
</style>