Shades of Malachite #10FD40
Tints of Malachite #10FD40
RGB
CMYK
RGB Variations
Color information
#10FD40 (or 0x10FD40) is known color: Malachite. HEX triplet: 10, FD and 40. RGB value is (16,253,64). Sum of RGB (Red+Green+Blue) = 16+253+64=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 253 (99.22% from 255 or 75.98% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 253 - color contains mainly: green. Hex color #10FD40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FD40 is #EF02BF. Grayscale: #A1A1A1. Windows color (decimal): -15663808 or 4259088. OLE color: 4259088.
HSL color Cylindrical-coordinate representation of color #10FD40: hue angle of 132.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FD40 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 253 | 64 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.01 |
| HSL | 132.15º | 0.98% | 0.53% | - |
| HSV(B) | 132.15º | 0.94% | 0.99% | - |
| XYZ | 36.26 | 70.73 | 16.59 | - |
| YUV | 160.59 | 73.48 | 24.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 253 | 64 | 0.94 | 0 | 0.75 | 0.01 | 132.15 | 0.98 | 0.53 |
| Hex | 10 | FD | 40 | 5E | 0 | 4B | 1 | 84 | 62 | 35 |
| Octal | 20 | 375 | 100 | 136 | 0 | 113 | 1 | 204 | 142 | 65 |
| Binary | 10000 | 11111101 | 1000000 | 1011110 | 0 | 1001011 | 1 | 10000100 | 1100010 | 110101 |
Color Harmonies of #10FD40
Complementary color
Monochromatic Colors of #10FD40
Black with #10FD40
Text Example
Text Example
White with #10FD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FD40; }
p { color: rgb(16,253,64); }
H1.HeaderClassName
{
color: #10FD40;
}
.AnyTagClassName
{
color: #10FD40;
}
</style>
background-color css
<style>
a { background-color: #10FD40; }
a { background-color: rgb(16,253,64); }
div.DivClassName
{
background-color: #10FD40;
}
.BgClassName
{
background-color: #10FD40;
}
</style>
border-color css
<style>
span { border-color: #10FD40; }
span { border-color: rgb(16,253,64); }
td.TdClassName
{
border-color: #10FD40;
}
.TagClassName
{
border-color: #10FD40;
}
</style>