Shades of Malachite #10F740
Tints of Malachite #10F740
RGB
CMYK
RGB Variations
Color information
#10F740 (or 0x10F740) is known color: Malachite. HEX triplet: 10, F7 and 40. RGB value is (16,247,64). Sum of RGB (Red+Green+Blue) = 16+247+64=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 247 (96.88% from 255 or 75.54% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 247 - color contains mainly: green. Hex color #10F740 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F740 is #EF08BF. Grayscale: #9D9D9D. Windows color (decimal): -15665344 or 4257552. OLE color: 4257552.
HSL color Cylindrical-coordinate representation of color #10F740: hue angle of 132.47º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F740 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 64 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.03 |
| HSL | 132.47º | 0.94% | 0.52% | - |
| HSV(B) | 132.47º | 0.94% | 0.97% | - |
| XYZ | 34.4 | 67 | 15.97 | - |
| YUV | 157.07 | 75.47 | 27.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 64 | 0.94 | 0 | 0.74 | 0.03 | 132.47 | 0.94 | 0.52 |
| Hex | 10 | F7 | 40 | 5E | 0 | 4A | 3 | 84 | 5E | 34 |
| Octal | 20 | 367 | 100 | 136 | 0 | 112 | 3 | 204 | 136 | 64 |
| Binary | 10000 | 11110111 | 1000000 | 1011110 | 0 | 1001010 | 11 | 10000100 | 1011110 | 110100 |
Color Harmonies of #10F740
Complementary color
Monochromatic Colors of #10F740
Black with #10F740
Text Example
Text Example
White with #10F740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F740; }
p { color: rgb(16,247,64); }
H1.HeaderClassName
{
color: #10F740;
}
.AnyTagClassName
{
color: #10F740;
}
</style>
background-color css
<style>
a { background-color: #10F740; }
a { background-color: rgb(16,247,64); }
div.DivClassName
{
background-color: #10F740;
}
.BgClassName
{
background-color: #10F740;
}
</style>
border-color css
<style>
span { border-color: #10F740; }
span { border-color: rgb(16,247,64); }
td.TdClassName
{
border-color: #10F740;
}
.TagClassName
{
border-color: #10F740;
}
</style>