Shades of Malachite #19DE42
Tints of Malachite #19DE42
RGB
CMYK
RGB Variations
Color information
#19DE42 (or 0x19DE42) is known color: Malachite. HEX triplet: 19, DE and 42. RGB value is (25,222,66). Sum of RGB (Red+Green+Blue) = 25+222+66=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 222 (87.11% from 255 or 70.93% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 222 - color contains mainly: green. Hex color #19DE42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DE42 is #E621BD. Grayscale: #919191. Windows color (decimal): -15081918 or 4382233. OLE color: 4382233.
HSL color Cylindrical-coordinate representation of color #19DE42: hue angle of 132.49º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DE42 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 222 | 66 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.13 |
| HSL | 132.49º | 0.8% | 0.48% | - |
| HSV(B) | 132.49º | 0.89% | 0.87% | - |
| XYZ | 27.51 | 52.84 | 13.9 | - |
| YUV | 145.31 | 83.23 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 222 | 66 | 0.89 | 0 | 0.70 | 0.13 | 132.49 | 0.8 | 0.48 |
| Hex | 19 | DE | 42 | 59 | 0 | 46 | D | 84 | 50 | 30 |
| Octal | 31 | 336 | 102 | 131 | 0 | 106 | 15 | 204 | 120 | 60 |
| Binary | 11001 | 11011110 | 1000010 | 1011001 | 0 | 1000110 | 1101 | 10000100 | 1010000 | 110000 |
Color Harmonies of #19DE42
Complementary color
Monochromatic Colors of #19DE42
Black with #19DE42
Text Example
Text Example
White with #19DE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DE42; }
p { color: rgb(25,222,66); }
H1.HeaderClassName
{
color: #19DE42;
}
.AnyTagClassName
{
color: #19DE42;
}
</style>
background-color css
<style>
a { background-color: #19DE42; }
a { background-color: rgb(25,222,66); }
div.DivClassName
{
background-color: #19DE42;
}
.BgClassName
{
background-color: #19DE42;
}
</style>
border-color css
<style>
span { border-color: #19DE42; }
span { border-color: rgb(25,222,66); }
td.TdClassName
{
border-color: #19DE42;
}
.TagClassName
{
border-color: #19DE42;
}
</style>