Shades of Malachite #10DC35
Tints of Malachite #10DC35
RGB
CMYK
RGB Variations
Color information
#10DC35 (or 0x10DC35) is known color: Malachite. HEX triplet: 10, DC and 35. RGB value is (16,220,53). Sum of RGB (Red+Green+Blue) = 16+220+53=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DC35 is #EF23CA. Grayscale: #8C8C8C. Windows color (decimal): -15672267 or 3529744. OLE color: 3529744.
HSL color Cylindrical-coordinate representation of color #10DC35: hue angle of 130.88º 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 #10DC35 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 53 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.14 |
| HSL | 130.88º | 0.86% | 0.46% | - |
| HSV(B) | 130.88º | 0.93% | 0.86% | - |
| XYZ | 26.45 | 51.55 | 11.92 | - |
| YUV | 139.97 | 78.91 | 39.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 53 | 0.93 | 0 | 0.76 | 0.14 | 130.88 | 0.86 | 0.46 |
| Hex | 10 | DC | 35 | 5D | 0 | 4C | E | 83 | 56 | 2E |
| Octal | 20 | 334 | 65 | 135 | 0 | 114 | 16 | 203 | 126 | 56 |
| Binary | 10000 | 11011100 | 110101 | 1011101 | 0 | 1001100 | 1110 | 10000011 | 1010110 | 101110 |
Color Harmonies of #10DC35
Complementary color
Monochromatic Colors of #10DC35
Black with #10DC35
Text Example
Text Example
White with #10DC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC35; }
p { color: rgb(16,220,53); }
H1.HeaderClassName
{
color: #10DC35;
}
.AnyTagClassName
{
color: #10DC35;
}
</style>
background-color css
<style>
a { background-color: #10DC35; }
a { background-color: rgb(16,220,53); }
div.DivClassName
{
background-color: #10DC35;
}
.BgClassName
{
background-color: #10DC35;
}
</style>
border-color css
<style>
span { border-color: #10DC35; }
span { border-color: rgb(16,220,53); }
td.TdClassName
{
border-color: #10DC35;
}
.TagClassName
{
border-color: #10DC35;
}
</style>