Shades of Malachite #19FF5D
Tints of Malachite #19FF5D
RGB
CMYK
RGB Variations
Color information
#19FF5D (or 0x19FF5D) is known color: Malachite. HEX triplet: 19, FF and 5D. RGB value is (25,255,93). Sum of RGB (Red+Green+Blue) = 25+255+93=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 255 (100% from 255 or 68.36% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 255 - color contains mainly: green. Hex color #19FF5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19FF5D is #E600A2. Grayscale: #A8A8A8. Windows color (decimal): -15073443 or 6160153. OLE color: 6160153.
HSL color Cylindrical-coordinate representation of color #19FF5D: hue angle of 137.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FF5D is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 93 | - |
| CMYK | 0.90 | 0 | 0.64 | 0 |
| HSL | 137.74º | 1% | 0.55% | - |
| HSV(B) | 137.74º | 0.9% | 1% | - |
| XYZ | 38.14 | 72.52 | 22.34 | - |
| YUV | 167.76 | 85.8 | 26.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 93 | 0.90 | 0 | 0.64 | 0 | 137.74 | 1 | 0.55 |
| Hex | 19 | FF | 5D | 5A | 0 | 40 | 0 | 8A | 64 | 37 |
| Octal | 31 | 377 | 135 | 132 | 0 | 100 | 0 | 212 | 144 | 67 |
| Binary | 11001 | 11111111 | 1011101 | 1011010 | 0 | 1000000 | 0 | 10001010 | 1100100 | 110111 |
Color Harmonies of #19FF5D
Complementary color
Monochromatic Colors of #19FF5D
Black with #19FF5D
Text Example
Text Example
White with #19FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FF5D; }
p { color: rgb(25,255,93); }
H1.HeaderClassName
{
color: #19FF5D;
}
.AnyTagClassName
{
color: #19FF5D;
}
</style>
background-color css
<style>
a { background-color: #19FF5D; }
a { background-color: rgb(25,255,93); }
div.DivClassName
{
background-color: #19FF5D;
}
.BgClassName
{
background-color: #19FF5D;
}
</style>
border-color css
<style>
span { border-color: #19FF5D; }
span { border-color: rgb(25,255,93); }
td.TdClassName
{
border-color: #19FF5D;
}
.TagClassName
{
border-color: #19FF5D;
}
</style>