Shades of Malachite #19F64B
Tints of Malachite #19F64B
RGB
CMYK
RGB Variations
Color information
#19F64B (or 0x19F64B) is known color: Malachite. HEX triplet: 19, F6 and 4B. RGB value is (25,246,75). Sum of RGB (Red+Green+Blue) = 25+246+75=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 246 (96.48% from 255 or 71.10% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 246 - color contains mainly: green. Hex color #19F64B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F64B is #E609B4. Grayscale: #A0A0A0. Windows color (decimal): -15075765 or 4978201. OLE color: 4978201.
HSL color Cylindrical-coordinate representation of color #19F64B: hue angle of 133.57º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F64B is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 246 | 75 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.04 |
| HSL | 133.57º | 0.92% | 0.53% | - |
| HSV(B) | 133.57º | 0.9% | 0.96% | - |
| XYZ | 34.63 | 66.63 | 17.69 | - |
| YUV | 160.43 | 79.78 | 31.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 246 | 75 | 0.90 | 0 | 0.70 | 0.04 | 133.57 | 0.92 | 0.53 |
| Hex | 19 | F6 | 4B | 5A | 0 | 46 | 4 | 86 | 5C | 35 |
| Octal | 31 | 366 | 113 | 132 | 0 | 106 | 4 | 206 | 134 | 65 |
| Binary | 11001 | 11110110 | 1001011 | 1011010 | 0 | 1000110 | 100 | 10000110 | 1011100 | 110101 |
Color Harmonies of #19F64B
Complementary color
Monochromatic Colors of #19F64B
Black with #19F64B
Text Example
Text Example
White with #19F64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F64B; }
p { color: rgb(25,246,75); }
H1.HeaderClassName
{
color: #19F64B;
}
.AnyTagClassName
{
color: #19F64B;
}
</style>
background-color css
<style>
a { background-color: #19F64B; }
a { background-color: rgb(25,246,75); }
div.DivClassName
{
background-color: #19F64B;
}
.BgClassName
{
background-color: #19F64B;
}
</style>
border-color css
<style>
span { border-color: #19F64B; }
span { border-color: rgb(25,246,75); }
td.TdClassName
{
border-color: #19F64B;
}
.TagClassName
{
border-color: #19F64B;
}
</style>