Shades of Malachite #19DC50
Tints of Malachite #19DC50
RGB
CMYK
RGB Variations
Color information
#19DC50 (or 0x19DC50) is known color: Malachite. HEX triplet: 19, DC and 50. RGB value is (25,220,80). Sum of RGB (Red+Green+Blue) = 25+220+80=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 220 (86.33% from 255 or 67.69% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19DC50 is #E623AF. Grayscale: #929292. Windows color (decimal): -15082416 or 5299225. OLE color: 5299225.
HSL color Cylindrical-coordinate representation of color #19DC50: hue angle of 136.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DC50 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 220 | 80 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.14 |
| HSL | 136.92º | 0.8% | 0.48% | - |
| HSV(B) | 136.92º | 0.89% | 0.86% | - |
| XYZ | 27.44 | 51.97 | 16.17 | - |
| YUV | 145.74 | 90.9 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 220 | 80 | 0.89 | 0 | 0.64 | 0.14 | 136.92 | 0.8 | 0.48 |
| Hex | 19 | DC | 50 | 59 | 0 | 40 | E | 89 | 50 | 30 |
| Octal | 31 | 334 | 120 | 131 | 0 | 100 | 16 | 211 | 120 | 60 |
| Binary | 11001 | 11011100 | 1010000 | 1011001 | 0 | 1000000 | 1110 | 10001001 | 1010000 | 110000 |
Color Harmonies of #19DC50
Complementary color
Monochromatic Colors of #19DC50
Black with #19DC50
Text Example
Text Example
White with #19DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DC50; }
p { color: rgb(25,220,80); }
H1.HeaderClassName
{
color: #19DC50;
}
.AnyTagClassName
{
color: #19DC50;
}
</style>
background-color css
<style>
a { background-color: #19DC50; }
a { background-color: rgb(25,220,80); }
div.DivClassName
{
background-color: #19DC50;
}
.BgClassName
{
background-color: #19DC50;
}
</style>
border-color css
<style>
span { border-color: #19DC50; }
span { border-color: rgb(25,220,80); }
td.TdClassName
{
border-color: #19DC50;
}
.TagClassName
{
border-color: #19DC50;
}
</style>