Shades of Malachite #10D741
Tints of Malachite #10D741
RGB
CMYK
RGB Variations
Color information
#10D741 (or 0x10D741) is known color: Malachite. HEX triplet: 10, D7 and 41. RGB value is (16,215,65). Sum of RGB (Red+Green+Blue) = 16+215+65=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 215 (84.38% from 255 or 72.64% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 215 - color contains mainly: green. Hex color #10D741 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D741 is #EF28BE. Grayscale: #8A8A8A. Windows color (decimal): -15673535 or 4314896. OLE color: 4314896.
HSL color Cylindrical-coordinate representation of color #10D741: hue angle of 134.77º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D741 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 215 | 65 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.16 |
| HSL | 134.77º | 0.86% | 0.45% | - |
| HSV(B) | 134.77º | 0.93% | 0.84% | - |
| XYZ | 25.47 | 49.09 | 13.13 | - |
| YUV | 138.4 | 86.57 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 215 | 65 | 0.93 | 0 | 0.70 | 0.16 | 134.77 | 0.86 | 0.45 |
| Hex | 10 | D7 | 41 | 5D | 0 | 46 | 10 | 87 | 56 | 2D |
| Octal | 20 | 327 | 101 | 135 | 0 | 106 | 20 | 207 | 126 | 55 |
| Binary | 10000 | 11010111 | 1000001 | 1011101 | 0 | 1000110 | 10000 | 10000111 | 1010110 | 101101 |
Color Harmonies of #10D741
Complementary color
Monochromatic Colors of #10D741
Black with #10D741
Text Example
Text Example
White with #10D741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D741; }
p { color: rgb(16,215,65); }
H1.HeaderClassName
{
color: #10D741;
}
.AnyTagClassName
{
color: #10D741;
}
</style>
background-color css
<style>
a { background-color: #10D741; }
a { background-color: rgb(16,215,65); }
div.DivClassName
{
background-color: #10D741;
}
.BgClassName
{
background-color: #10D741;
}
</style>
border-color css
<style>
span { border-color: #10D741; }
span { border-color: rgb(16,215,65); }
td.TdClassName
{
border-color: #10D741;
}
.TagClassName
{
border-color: #10D741;
}
</style>