Shades of Malachite #10DD4B
Tints of Malachite #10DD4B
RGB
CMYK
RGB Variations
Color information
#10DD4B (or 0x10DD4B) is known color: Malachite. HEX triplet: 10, DD and 4B. RGB value is (16,221,75). Sum of RGB (Red+Green+Blue) = 16+221+75=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DD4B is #EF22B4. Grayscale: #8F8F8F. Windows color (decimal): -15671989 or 4971792. OLE color: 4971792.
HSL color Cylindrical-coordinate representation of color #10DD4B: hue angle of 137.27º 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 #10DD4B is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 75 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.13 |
| HSL | 137.27º | 0.86% | 0.46% | - |
| HSV(B) | 137.27º | 0.93% | 0.87% | - |
| XYZ | 27.34 | 52.33 | 15.32 | - |
| YUV | 143.06 | 89.58 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 75 | 0.93 | 0 | 0.66 | 0.13 | 137.27 | 0.86 | 0.46 |
| Hex | 10 | DD | 4B | 5D | 0 | 42 | D | 89 | 56 | 2E |
| Octal | 20 | 335 | 113 | 135 | 0 | 102 | 15 | 211 | 126 | 56 |
| Binary | 10000 | 11011101 | 1001011 | 1011101 | 0 | 1000010 | 1101 | 10001001 | 1010110 | 101110 |
Color Harmonies of #10DD4B
Complementary color
Monochromatic Colors of #10DD4B
Black with #10DD4B
Text Example
Text Example
White with #10DD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DD4B; }
p { color: rgb(16,221,75); }
H1.HeaderClassName
{
color: #10DD4B;
}
.AnyTagClassName
{
color: #10DD4B;
}
</style>
background-color css
<style>
a { background-color: #10DD4B; }
a { background-color: rgb(16,221,75); }
div.DivClassName
{
background-color: #10DD4B;
}
.BgClassName
{
background-color: #10DD4B;
}
</style>
border-color css
<style>
span { border-color: #10DD4B; }
span { border-color: rgb(16,221,75); }
td.TdClassName
{
border-color: #10DD4B;
}
.TagClassName
{
border-color: #10DD4B;
}
</style>