Shades of Malachite #10DD59
Tints of Malachite #10DD59
RGB
CMYK
RGB Variations
Color information
#10DD59 (or 0x10DD59) is known color: Malachite. HEX triplet: 10, DD and 59. RGB value is (16,221,89). Sum of RGB (Red+Green+Blue) = 16+221+89=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 221 (86.72% from 255 or 67.79% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DD59 is #EF22A6. Grayscale: #909090. Windows color (decimal): -15671975 or 5889296. OLE color: 5889296.
HSL color Cylindrical-coordinate representation of color #10DD59: hue angle of 141.37º 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 #10DD59 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 89 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.13 |
| HSL | 141.37º | 0.86% | 0.46% | - |
| HSV(B) | 141.37º | 0.93% | 0.87% | - |
| XYZ | 27.87 | 52.54 | 18.12 | - |
| YUV | 144.66 | 96.58 | 36.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 89 | 0.93 | 0 | 0.60 | 0.13 | 141.37 | 0.86 | 0.46 |
| Hex | 10 | DD | 59 | 5D | 0 | 3C | D | 8D | 56 | 2E |
| Octal | 20 | 335 | 131 | 135 | 0 | 74 | 15 | 215 | 126 | 56 |
| Binary | 10000 | 11011101 | 1011001 | 1011101 | 0 | 111100 | 1101 | 10001101 | 1010110 | 101110 |
Color Harmonies of #10DD59
Complementary color
Monochromatic Colors of #10DD59
Black with #10DD59
Text Example
Text Example
White with #10DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD59; }
p { color: rgb(16,221,89); }
H1.HeaderClassName
{
color: #10DD59;
}
.AnyTagClassName
{
color: #10DD59;
}
</style>
background-color css
<style>
a { background-color: #10DD59; }
a { background-color: rgb(16,221,89); }
div.DivClassName
{
background-color: #10DD59;
}
.BgClassName
{
background-color: #10DD59;
}
</style>
border-color css
<style>
span { border-color: #10DD59; }
span { border-color: rgb(16,221,89); }
td.TdClassName
{
border-color: #10DD59;
}
.TagClassName
{
border-color: #10DD59;
}
</style>