Shades of Malachite #10DD62
Tints of Malachite #10DD62
RGB
CMYK
RGB Variations
Color information
#10DD62 (or 0x10DD62) is known color: Malachite. HEX triplet: 10, DD and 62. RGB value is (16,221,98). Sum of RGB (Red+Green+Blue) = 16+221+98=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 221 (86.72% from 255 or 65.97% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DD62 is #EF229D. Grayscale: #919191. Windows color (decimal): -15671966 or 6479120. OLE color: 6479120.
HSL color Cylindrical-coordinate representation of color #10DD62: hue angle of 144º 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 #10DD62 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 98 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.13 |
| HSL | 144º | 0.86% | 0.46% | - |
| HSV(B) | 144º | 0.93% | 0.87% | - |
| XYZ | 28.27 | 52.7 | 20.24 | - |
| YUV | 145.68 | 101.08 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 98 | 0.93 | 0 | 0.56 | 0.13 | 144 | 0.86 | 0.46 |
| Hex | 10 | DD | 62 | 5D | 0 | 38 | D | 90 | 56 | 2E |
| Octal | 20 | 335 | 142 | 135 | 0 | 70 | 15 | 220 | 126 | 56 |
| Binary | 10000 | 11011101 | 1100010 | 1011101 | 0 | 111000 | 1101 | 10010000 | 1010110 | 101110 |
Color Harmonies of #10DD62
Complementary color
Monochromatic Colors of #10DD62
Black with #10DD62
Text Example
Text Example
White with #10DD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD62; }
p { color: rgb(16,221,98); }
H1.HeaderClassName
{
color: #10DD62;
}
.AnyTagClassName
{
color: #10DD62;
}
</style>
background-color css
<style>
a { background-color: #10DD62; }
a { background-color: rgb(16,221,98); }
div.DivClassName
{
background-color: #10DD62;
}
.BgClassName
{
background-color: #10DD62;
}
</style>
border-color css
<style>
span { border-color: #10DD62; }
span { border-color: rgb(16,221,98); }
td.TdClassName
{
border-color: #10DD62;
}
.TagClassName
{
border-color: #10DD62;
}
</style>