Shades of Malachite #10DD39
Tints of Malachite #10DD39
RGB
CMYK
RGB Variations
Color information
#10DD39 (or 0x10DD39) is known color: Malachite. HEX triplet: 10, DD and 39. RGB value is (16,221,57). Sum of RGB (Red+Green+Blue) = 16+221+57=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 221 (86.72% from 255 or 75.17% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DD39 is #EF22C6. Grayscale: #8D8D8D. Windows color (decimal): -15672007 or 3792144. OLE color: 3792144.
HSL color Cylindrical-coordinate representation of color #10DD39: hue angle of 132º 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 #10DD39 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 57 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.13 |
| HSL | 132º | 0.86% | 0.46% | - |
| HSV(B) | 132º | 0.93% | 0.87% | - |
| XYZ | 26.81 | 52.12 | 12.52 | - |
| YUV | 141.01 | 80.58 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 57 | 0.93 | 0 | 0.74 | 0.13 | 132 | 0.86 | 0.46 |
| Hex | 10 | DD | 39 | 5D | 0 | 4A | D | 84 | 56 | 2E |
| Octal | 20 | 335 | 71 | 135 | 0 | 112 | 15 | 204 | 126 | 56 |
| Binary | 10000 | 11011101 | 111001 | 1011101 | 0 | 1001010 | 1101 | 10000100 | 1010110 | 101110 |
Color Harmonies of #10DD39
Complementary color
Monochromatic Colors of #10DD39
Black with #10DD39
Text Example
Text Example
White with #10DD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD39; }
p { color: rgb(16,221,57); }
H1.HeaderClassName
{
color: #10DD39;
}
.AnyTagClassName
{
color: #10DD39;
}
</style>
background-color css
<style>
a { background-color: #10DD39; }
a { background-color: rgb(16,221,57); }
div.DivClassName
{
background-color: #10DD39;
}
.BgClassName
{
background-color: #10DD39;
}
</style>
border-color css
<style>
span { border-color: #10DD39; }
span { border-color: rgb(16,221,57); }
td.TdClassName
{
border-color: #10DD39;
}
.TagClassName
{
border-color: #10DD39;
}
</style>