Shades of Malachite #10DC37
Tints of Malachite #10DC37
RGB
CMYK
RGB Variations
Color information
#10DC37 (or 0x10DC37) is known color: Malachite. HEX triplet: 10, DC and 37. RGB value is (16,220,55). Sum of RGB (Red+Green+Blue) = 16+220+55=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 220 (86.33% from 255 or 75.60% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DC37 is #EF23C8. Grayscale: #8C8C8C. Windows color (decimal): -15672265 or 3660816. OLE color: 3660816.
HSL color Cylindrical-coordinate representation of color #10DC37: hue angle of 131.47º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DC37 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 55 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.14 |
| HSL | 131.47º | 0.86% | 0.46% | - |
| HSV(B) | 131.47º | 0.93% | 0.86% | - |
| XYZ | 26.5 | 51.57 | 12.17 | - |
| YUV | 140.19 | 79.91 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 55 | 0.93 | 0 | 0.75 | 0.14 | 131.47 | 0.86 | 0.46 |
| Hex | 10 | DC | 37 | 5D | 0 | 4B | E | 83 | 56 | 2E |
| Octal | 20 | 334 | 67 | 135 | 0 | 113 | 16 | 203 | 126 | 56 |
| Binary | 10000 | 11011100 | 110111 | 1011101 | 0 | 1001011 | 1110 | 10000011 | 1010110 | 101110 |
Color Harmonies of #10DC37
Complementary color
Monochromatic Colors of #10DC37
Black with #10DC37
Text Example
Text Example
White with #10DC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC37; }
p { color: rgb(16,220,55); }
H1.HeaderClassName
{
color: #10DC37;
}
.AnyTagClassName
{
color: #10DC37;
}
</style>
background-color css
<style>
a { background-color: #10DC37; }
a { background-color: rgb(16,220,55); }
div.DivClassName
{
background-color: #10DC37;
}
.BgClassName
{
background-color: #10DC37;
}
</style>
border-color css
<style>
span { border-color: #10DC37; }
span { border-color: rgb(16,220,55); }
td.TdClassName
{
border-color: #10DC37;
}
.TagClassName
{
border-color: #10DC37;
}
</style>