Shades of Malachite #10DA51
Tints of Malachite #10DA51
RGB
CMYK
RGB Variations
Color information
#10DA51 (or 0x10DA51) is known color: Malachite. HEX triplet: 10, DA and 51. RGB value is (16,218,81). Sum of RGB (Red+Green+Blue) = 16+218+81=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 218 (85.55% from 255 or 69.21% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DA51 is #EF25AE. Grayscale: #8E8E8E. Windows color (decimal): -15672751 or 5364240. OLE color: 5364240.
HSL color Cylindrical-coordinate representation of color #10DA51: hue angle of 139.31º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DA51 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 81 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.15 |
| HSL | 139.31º | 0.86% | 0.46% | - |
| HSV(B) | 139.31º | 0.93% | 0.85% | - |
| XYZ | 26.77 | 50.85 | 16.19 | - |
| YUV | 141.98 | 93.58 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 81 | 0.93 | 0 | 0.63 | 0.15 | 139.31 | 0.86 | 0.46 |
| Hex | 10 | DA | 51 | 5D | 0 | 3F | F | 8B | 56 | 2E |
| Octal | 20 | 332 | 121 | 135 | 0 | 77 | 17 | 213 | 126 | 56 |
| Binary | 10000 | 11011010 | 1010001 | 1011101 | 0 | 111111 | 1111 | 10001011 | 1010110 | 101110 |
Color Harmonies of #10DA51
Complementary color
Monochromatic Colors of #10DA51
Black with #10DA51
Text Example
Text Example
White with #10DA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DA51; }
p { color: rgb(16,218,81); }
H1.HeaderClassName
{
color: #10DA51;
}
.AnyTagClassName
{
color: #10DA51;
}
</style>
background-color css
<style>
a { background-color: #10DA51; }
a { background-color: rgb(16,218,81); }
div.DivClassName
{
background-color: #10DA51;
}
.BgClassName
{
background-color: #10DA51;
}
</style>
border-color css
<style>
span { border-color: #10DA51; }
span { border-color: rgb(16,218,81); }
td.TdClassName
{
border-color: #10DA51;
}
.TagClassName
{
border-color: #10DA51;
}
</style>