Shades of Malachite #10DD4D
Tints of Malachite #10DD4D
RGB
CMYK
RGB Variations
Color information
#10DD4D (or 0x10DD4D) is known color: Malachite. HEX triplet: 10, DD and 4D. RGB value is (16,221,77). Sum of RGB (Red+Green+Blue) = 16+221+77=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 221 (86.72% from 255 or 70.38% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DD4D is #EF22B2. Grayscale: #8F8F8F. Windows color (decimal): -15671987 or 5102864. OLE color: 5102864.
HSL color Cylindrical-coordinate representation of color #10DD4D: hue angle of 137.85º 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 #10DD4D is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 77 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.13 |
| HSL | 137.85º | 0.86% | 0.46% | - |
| HSV(B) | 137.85º | 0.93% | 0.87% | - |
| XYZ | 27.41 | 52.36 | 15.68 | - |
| YUV | 143.29 | 90.58 | 37.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 77 | 0.93 | 0 | 0.65 | 0.13 | 137.85 | 0.86 | 0.46 |
| Hex | 10 | DD | 4D | 5D | 0 | 41 | D | 8A | 56 | 2E |
| Octal | 20 | 335 | 115 | 135 | 0 | 101 | 15 | 212 | 126 | 56 |
| Binary | 10000 | 11011101 | 1001101 | 1011101 | 0 | 1000001 | 1101 | 10001010 | 1010110 | 101110 |
Color Harmonies of #10DD4D
Complementary color
Monochromatic Colors of #10DD4D
Black with #10DD4D
Text Example
Text Example
White with #10DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD4D; }
p { color: rgb(16,221,77); }
H1.HeaderClassName
{
color: #10DD4D;
}
.AnyTagClassName
{
color: #10DD4D;
}
</style>
background-color css
<style>
a { background-color: #10DD4D; }
a { background-color: rgb(16,221,77); }
div.DivClassName
{
background-color: #10DD4D;
}
.BgClassName
{
background-color: #10DD4D;
}
</style>
border-color css
<style>
span { border-color: #10DD4D; }
span { border-color: rgb(16,221,77); }
td.TdClassName
{
border-color: #10DD4D;
}
.TagClassName
{
border-color: #10DD4D;
}
</style>