Shades of Malachite #10DD4C
Tints of Malachite #10DD4C
RGB
CMYK
RGB Variations
Color information
#10DD4C (or 0x10DD4C) is known color: Malachite. HEX triplet: 10, DD and 4C. RGB value is (16,221,76). Sum of RGB (Red+Green+Blue) = 16+221+76=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 221 (86.72% from 255 or 70.61% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DD4C is #EF22B3. Grayscale: #8F8F8F. Windows color (decimal): -15671988 or 5037328. OLE color: 5037328.
HSL color Cylindrical-coordinate representation of color #10DD4C: hue angle of 137.56º 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 #10DD4C is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 76 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.13 |
| HSL | 137.56º | 0.86% | 0.46% | - |
| HSV(B) | 137.56º | 0.93% | 0.87% | - |
| XYZ | 27.37 | 52.34 | 15.5 | - |
| YUV | 143.18 | 90.08 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 76 | 0.93 | 0 | 0.66 | 0.13 | 137.56 | 0.86 | 0.46 |
| Hex | 10 | DD | 4C | 5D | 0 | 42 | D | 8A | 56 | 2E |
| Octal | 20 | 335 | 114 | 135 | 0 | 102 | 15 | 212 | 126 | 56 |
| Binary | 10000 | 11011101 | 1001100 | 1011101 | 0 | 1000010 | 1101 | 10001010 | 1010110 | 101110 |
Color Harmonies of #10DD4C
Complementary color
Monochromatic Colors of #10DD4C
Black with #10DD4C
Text Example
Text Example
White with #10DD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD4C; }
p { color: rgb(16,221,76); }
H1.HeaderClassName
{
color: #10DD4C;
}
.AnyTagClassName
{
color: #10DD4C;
}
</style>
background-color css
<style>
a { background-color: #10DD4C; }
a { background-color: rgb(16,221,76); }
div.DivClassName
{
background-color: #10DD4C;
}
.BgClassName
{
background-color: #10DD4C;
}
</style>
border-color css
<style>
span { border-color: #10DD4C; }
span { border-color: rgb(16,221,76); }
td.TdClassName
{
border-color: #10DD4C;
}
.TagClassName
{
border-color: #10DD4C;
}
</style>