Shades of Malachite #10DC4B
Tints of Malachite #10DC4B
RGB
CMYK
RGB Variations
Color information
#10DC4B (or 0x10DC4B) is known color: Malachite. HEX triplet: 10, DC and 4B. RGB value is (16,220,75). Sum of RGB (Red+Green+Blue) = 16+220+75=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 220 (86.33% from 255 or 70.74% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DC4B is #EF23B4. Grayscale: #8E8E8E. Windows color (decimal): -15672245 or 4971536. OLE color: 4971536.
HSL color Cylindrical-coordinate representation of color #10DC4B: hue angle of 137.35º 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 #10DC4B is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 75 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.14 |
| HSL | 137.35º | 0.86% | 0.46% | - |
| HSV(B) | 137.35º | 0.93% | 0.86% | - |
| XYZ | 27.08 | 51.8 | 15.23 | - |
| YUV | 142.47 | 89.91 | 37.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 75 | 0.93 | 0 | 0.66 | 0.14 | 137.35 | 0.86 | 0.46 |
| Hex | 10 | DC | 4B | 5D | 0 | 42 | E | 89 | 56 | 2E |
| Octal | 20 | 334 | 113 | 135 | 0 | 102 | 16 | 211 | 126 | 56 |
| Binary | 10000 | 11011100 | 1001011 | 1011101 | 0 | 1000010 | 1110 | 10001001 | 1010110 | 101110 |
Color Harmonies of #10DC4B
Complementary color
Monochromatic Colors of #10DC4B
Black with #10DC4B
Text Example
Text Example
White with #10DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC4B; }
p { color: rgb(16,220,75); }
H1.HeaderClassName
{
color: #10DC4B;
}
.AnyTagClassName
{
color: #10DC4B;
}
</style>
background-color css
<style>
a { background-color: #10DC4B; }
a { background-color: rgb(16,220,75); }
div.DivClassName
{
background-color: #10DC4B;
}
.BgClassName
{
background-color: #10DC4B;
}
</style>
border-color css
<style>
span { border-color: #10DC4B; }
span { border-color: rgb(16,220,75); }
td.TdClassName
{
border-color: #10DC4B;
}
.TagClassName
{
border-color: #10DC4B;
}
</style>