Shades of Malachite #10DB50
Tints of Malachite #10DB50
RGB
CMYK
RGB Variations
Color information
#10DB50 (or 0x10DB50) is known color: Malachite. HEX triplet: 10, DB and 50. RGB value is (16,219,80). Sum of RGB (Red+Green+Blue) = 16+219+80=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 219 (85.94% from 255 or 69.52% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DB50 is #EF24AF. Grayscale: #8E8E8E. Windows color (decimal): -15672496 or 5298960. OLE color: 5298960.
HSL color Cylindrical-coordinate representation of color #10DB50: hue angle of 138.92º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DB50 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 80 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.14 |
| HSL | 138.92º | 0.86% | 0.46% | - |
| HSV(B) | 138.92º | 0.93% | 0.86% | - |
| XYZ | 26.99 | 51.35 | 16.08 | - |
| YUV | 142.46 | 92.75 | 37.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 80 | 0.93 | 0 | 0.63 | 0.14 | 138.92 | 0.86 | 0.46 |
| Hex | 10 | DB | 50 | 5D | 0 | 3F | E | 8B | 56 | 2E |
| Octal | 20 | 333 | 120 | 135 | 0 | 77 | 16 | 213 | 126 | 56 |
| Binary | 10000 | 11011011 | 1010000 | 1011101 | 0 | 111111 | 1110 | 10001011 | 1010110 | 101110 |
Color Harmonies of #10DB50
Complementary color
Monochromatic Colors of #10DB50
Black with #10DB50
Text Example
Text Example
White with #10DB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB50; }
p { color: rgb(16,219,80); }
H1.HeaderClassName
{
color: #10DB50;
}
.AnyTagClassName
{
color: #10DB50;
}
</style>
background-color css
<style>
a { background-color: #10DB50; }
a { background-color: rgb(16,219,80); }
div.DivClassName
{
background-color: #10DB50;
}
.BgClassName
{
background-color: #10DB50;
}
</style>
border-color css
<style>
span { border-color: #10DB50; }
span { border-color: rgb(16,219,80); }
td.TdClassName
{
border-color: #10DB50;
}
.TagClassName
{
border-color: #10DB50;
}
</style>