Shades of Malachite #10DF51
Tints of Malachite #10DF51
RGB
CMYK
RGB Variations
Color information
#10DF51 (or 0x10DF51) is known color: Malachite. HEX triplet: 10, DF and 51. RGB value is (16,223,81). Sum of RGB (Red+Green+Blue) = 16+223+81=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 223 (87.5% from 255 or 69.69% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 223 - color contains mainly: green. Hex color #10DF51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DF51 is #EF20AE. Grayscale: #919191. Windows color (decimal): -15671471 or 5365520. OLE color: 5365520.
HSL color Cylindrical-coordinate representation of color #10DF51: hue angle of 138.84º 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 #10DF51 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 223 | 81 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.13 |
| HSL | 138.84º | 0.87% | 0.47% | - |
| HSV(B) | 138.84º | 0.93% | 0.87% | - |
| XYZ | 28.09 | 53.48 | 16.63 | - |
| YUV | 144.92 | 91.92 | 36.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 81 | 0.93 | 0 | 0.64 | 0.13 | 138.84 | 0.87 | 0.47 |
| Hex | 10 | DF | 51 | 5D | 0 | 40 | D | 8B | 57 | 2F |
| Octal | 20 | 337 | 121 | 135 | 0 | 100 | 15 | 213 | 127 | 57 |
| Binary | 10000 | 11011111 | 1010001 | 1011101 | 0 | 1000000 | 1101 | 10001011 | 1010111 | 101111 |
Color Harmonies of #10DF51
Complementary color
Monochromatic Colors of #10DF51
Black with #10DF51
Text Example
Text Example
White with #10DF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DF51; }
p { color: rgb(16,223,81); }
H1.HeaderClassName
{
color: #10DF51;
}
.AnyTagClassName
{
color: #10DF51;
}
</style>
background-color css
<style>
a { background-color: #10DF51; }
a { background-color: rgb(16,223,81); }
div.DivClassName
{
background-color: #10DF51;
}
.BgClassName
{
background-color: #10DF51;
}
</style>
border-color css
<style>
span { border-color: #10DF51; }
span { border-color: rgb(16,223,81); }
td.TdClassName
{
border-color: #10DF51;
}
.TagClassName
{
border-color: #10DF51;
}
</style>