Shades of Malachite #10DD3D
Tints of Malachite #10DD3D
RGB
CMYK
RGB Variations
Color information
#10DD3D (or 0x10DD3D) is known color: Malachite. HEX triplet: 10, DD and 3D. RGB value is (16,221,61). Sum of RGB (Red+Green+Blue) = 16+221+61=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 221 (86.72% from 255 or 74.16% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DD3D is #EF22C2. Grayscale: #8D8D8D. Windows color (decimal): -15672003 or 4054288. OLE color: 4054288.
HSL color Cylindrical-coordinate representation of color #10DD3D: hue angle of 133.17º 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 #10DD3D is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 61 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.13 |
| HSL | 133.17º | 0.86% | 0.46% | - |
| HSV(B) | 133.17º | 0.93% | 0.87% | - |
| XYZ | 26.91 | 52.16 | 13.06 | - |
| YUV | 141.47 | 82.58 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 61 | 0.93 | 0 | 0.72 | 0.13 | 133.17 | 0.86 | 0.46 |
| Hex | 10 | DD | 3D | 5D | 0 | 48 | D | 85 | 56 | 2E |
| Octal | 20 | 335 | 75 | 135 | 0 | 110 | 15 | 205 | 126 | 56 |
| Binary | 10000 | 11011101 | 111101 | 1011101 | 0 | 1001000 | 1101 | 10000101 | 1010110 | 101110 |
Color Harmonies of #10DD3D
Complementary color
Monochromatic Colors of #10DD3D
Black with #10DD3D
Text Example
Text Example
White with #10DD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD3D; }
p { color: rgb(16,221,61); }
H1.HeaderClassName
{
color: #10DD3D;
}
.AnyTagClassName
{
color: #10DD3D;
}
</style>
background-color css
<style>
a { background-color: #10DD3D; }
a { background-color: rgb(16,221,61); }
div.DivClassName
{
background-color: #10DD3D;
}
.BgClassName
{
background-color: #10DD3D;
}
</style>
border-color css
<style>
span { border-color: #10DD3D; }
span { border-color: rgb(16,221,61); }
td.TdClassName
{
border-color: #10DD3D;
}
.TagClassName
{
border-color: #10DD3D;
}
</style>