Shades of Malachite #19EF50
Tints of Malachite #19EF50
RGB
CMYK
RGB Variations
Color information
#19EF50 (or 0x19EF50) is known color: Malachite. HEX triplet: 19, EF and 50. RGB value is (25,239,80). Sum of RGB (Red+Green+Blue) = 25+239+80=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 239 (93.75% from 255 or 69.48% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 239 - color contains mainly: green. Hex color #19EF50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19EF50 is #E610AF. Grayscale: #9D9D9D. Windows color (decimal): -15077552 or 5304089. OLE color: 5304089.
HSL color Cylindrical-coordinate representation of color #19EF50: hue angle of 135.42º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EF50 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 239 | 80 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.06 |
| HSL | 135.42º | 0.87% | 0.52% | - |
| HSV(B) | 135.42º | 0.9% | 0.94% | - |
| XYZ | 32.72 | 62.52 | 17.93 | - |
| YUV | 156.89 | 84.6 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 239 | 80 | 0.90 | 0 | 0.67 | 0.06 | 135.42 | 0.87 | 0.52 |
| Hex | 19 | EF | 50 | 5A | 0 | 43 | 6 | 87 | 57 | 34 |
| Octal | 31 | 357 | 120 | 132 | 0 | 103 | 6 | 207 | 127 | 64 |
| Binary | 11001 | 11101111 | 1010000 | 1011010 | 0 | 1000011 | 110 | 10000111 | 1010111 | 110100 |
Color Harmonies of #19EF50
Complementary color
Monochromatic Colors of #19EF50
Black with #19EF50
Text Example
Text Example
White with #19EF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EF50; }
p { color: rgb(25,239,80); }
H1.HeaderClassName
{
color: #19EF50;
}
.AnyTagClassName
{
color: #19EF50;
}
</style>
background-color css
<style>
a { background-color: #19EF50; }
a { background-color: rgb(25,239,80); }
div.DivClassName
{
background-color: #19EF50;
}
.BgClassName
{
background-color: #19EF50;
}
</style>
border-color css
<style>
span { border-color: #19EF50; }
span { border-color: rgb(25,239,80); }
td.TdClassName
{
border-color: #19EF50;
}
.TagClassName
{
border-color: #19EF50;
}
</style>