Shades of Malachite #10DD72
Tints of Malachite #10DD72
RGB
CMYK
RGB Variations
Color information
#10DD72 (or 0x10DD72) is known color: Malachite. HEX triplet: 10, DD and 72. RGB value is (16,221,114). Sum of RGB (Red+Green+Blue) = 16+221+114=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 221 (86.72% from 255 or 62.96% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DD72 is #EF228D. Grayscale: #939393. Windows color (decimal): -15671950 or 7527696. OLE color: 7527696.
HSL color Cylindrical-coordinate representation of color #10DD72: hue angle of 148.68º 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 #10DD72 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 114 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.13 |
| HSL | 148.68º | 0.86% | 0.46% | - |
| HSV(B) | 148.68º | 0.93% | 0.87% | - |
| XYZ | 29.11 | 53.04 | 24.62 | - |
| YUV | 147.51 | 109.08 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 114 | 0.93 | 0 | 0.48 | 0.13 | 148.68 | 0.86 | 0.46 |
| Hex | 10 | DD | 72 | 5D | 0 | 30 | D | 95 | 56 | 2E |
| Octal | 20 | 335 | 162 | 135 | 0 | 60 | 15 | 225 | 126 | 56 |
| Binary | 10000 | 11011101 | 1110010 | 1011101 | 0 | 110000 | 1101 | 10010101 | 1010110 | 101110 |
Color Harmonies of #10DD72
Complementary color
Monochromatic Colors of #10DD72
Black with #10DD72
Text Example
Text Example
White with #10DD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD72; }
p { color: rgb(16,221,114); }
H1.HeaderClassName
{
color: #10DD72;
}
.AnyTagClassName
{
color: #10DD72;
}
</style>
background-color css
<style>
a { background-color: #10DD72; }
a { background-color: rgb(16,221,114); }
div.DivClassName
{
background-color: #10DD72;
}
.BgClassName
{
background-color: #10DD72;
}
</style>
border-color css
<style>
span { border-color: #10DD72; }
span { border-color: rgb(16,221,114); }
td.TdClassName
{
border-color: #10DD72;
}
.TagClassName
{
border-color: #10DD72;
}
</style>