Shades of Malachite #10DE40
Tints of Malachite #10DE40
RGB
CMYK
RGB Variations
Color information
#10DE40 (or 0x10DE40) is known color: Malachite. HEX triplet: 10, DE and 40. RGB value is (16,222,64). Sum of RGB (Red+Green+Blue) = 16+222+64=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 222 (87.11% from 255 or 73.51% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 222 - color contains mainly: green. Hex color #10DE40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DE40 is #EF21BF. Grayscale: #8E8E8E. Windows color (decimal): -15671744 or 4251152. OLE color: 4251152.
HSL color Cylindrical-coordinate representation of color #10DE40: hue angle of 133.98º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DE40 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 222 | 64 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.13 |
| HSL | 133.98º | 0.87% | 0.47% | - |
| HSV(B) | 133.98º | 0.93% | 0.87% | - |
| XYZ | 27.26 | 52.72 | 13.59 | - |
| YUV | 142.39 | 83.75 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 222 | 64 | 0.93 | 0 | 0.71 | 0.13 | 133.98 | 0.87 | 0.47 |
| Hex | 10 | DE | 40 | 5D | 0 | 47 | D | 86 | 57 | 2F |
| Octal | 20 | 336 | 100 | 135 | 0 | 107 | 15 | 206 | 127 | 57 |
| Binary | 10000 | 11011110 | 1000000 | 1011101 | 0 | 1000111 | 1101 | 10000110 | 1010111 | 101111 |
Color Harmonies of #10DE40
Complementary color
Monochromatic Colors of #10DE40
Black with #10DE40
Text Example
Text Example
White with #10DE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DE40; }
p { color: rgb(16,222,64); }
H1.HeaderClassName
{
color: #10DE40;
}
.AnyTagClassName
{
color: #10DE40;
}
</style>
background-color css
<style>
a { background-color: #10DE40; }
a { background-color: rgb(16,222,64); }
div.DivClassName
{
background-color: #10DE40;
}
.BgClassName
{
background-color: #10DE40;
}
</style>
border-color css
<style>
span { border-color: #10DE40; }
span { border-color: rgb(16,222,64); }
td.TdClassName
{
border-color: #10DE40;
}
.TagClassName
{
border-color: #10DE40;
}
</style>