Shades of Malachite #19ED50
Tints of Malachite #19ED50
RGB
CMYK
RGB Variations
Color information
#19ED50 (or 0x19ED50) is known color: Malachite. HEX triplet: 19, ED and 50. RGB value is (25,237,80). Sum of RGB (Red+Green+Blue) = 25+237+80=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 237 (92.97% from 255 or 69.30% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 237 - color contains mainly: green. Hex color #19ED50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19ED50 is #E612AF. Grayscale: #9C9C9C. Windows color (decimal): -15078064 or 5303577. OLE color: 5303577.
HSL color Cylindrical-coordinate representation of color #19ED50: hue angle of 135.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19ED50 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 237 | 80 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.07 |
| HSL | 135.57º | 0.85% | 0.51% | - |
| HSV(B) | 135.57º | 0.89% | 0.93% | - |
| XYZ | 32.13 | 61.35 | 17.74 | - |
| YUV | 155.71 | 85.26 | 34.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 237 | 80 | 0.89 | 0 | 0.66 | 0.07 | 135.57 | 0.85 | 0.51 |
| Hex | 19 | ED | 50 | 59 | 0 | 42 | 7 | 88 | 55 | 33 |
| Octal | 31 | 355 | 120 | 131 | 0 | 102 | 7 | 210 | 125 | 63 |
| Binary | 11001 | 11101101 | 1010000 | 1011001 | 0 | 1000010 | 111 | 10001000 | 1010101 | 110011 |
Color Harmonies of #19ED50
Complementary color
Monochromatic Colors of #19ED50
Black with #19ED50
Text Example
Text Example
White with #19ED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ED50; }
p { color: rgb(25,237,80); }
H1.HeaderClassName
{
color: #19ED50;
}
.AnyTagClassName
{
color: #19ED50;
}
</style>
background-color css
<style>
a { background-color: #19ED50; }
a { background-color: rgb(25,237,80); }
div.DivClassName
{
background-color: #19ED50;
}
.BgClassName
{
background-color: #19ED50;
}
</style>
border-color css
<style>
span { border-color: #19ED50; }
span { border-color: rgb(25,237,80); }
td.TdClassName
{
border-color: #19ED50;
}
.TagClassName
{
border-color: #19ED50;
}
</style>