Shades of Malachite #19CB50
Tints of Malachite #19CB50
RGB
CMYK
RGB Variations
Color information
#19CB50 (or 0x19CB50) is known color: Malachite. HEX triplet: 19, CB and 50. RGB value is (25,203,80). Sum of RGB (Red+Green+Blue) = 25+203+80=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 203 (79.69% from 255 or 65.91% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19CB50 is #E634AF. Grayscale: #888888. Windows color (decimal): -15086768 or 5294873. OLE color: 5294873.
HSL color Cylindrical-coordinate representation of color #19CB50: hue angle of 138.54º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CB50 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 80 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.20 |
| HSL | 138.54º | 0.78% | 0.45% | - |
| HSV(B) | 138.54º | 0.88% | 0.8% | - |
| XYZ | 23.2 | 43.5 | 14.76 | - |
| YUV | 135.76 | 96.53 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 80 | 0.88 | 0 | 0.61 | 0.20 | 138.54 | 0.78 | 0.45 |
| Hex | 19 | CB | 50 | 58 | 0 | 3D | 14 | 8B | 4E | 2D |
| Octal | 31 | 313 | 120 | 130 | 0 | 75 | 24 | 213 | 116 | 55 |
| Binary | 11001 | 11001011 | 1010000 | 1011000 | 0 | 111101 | 10100 | 10001011 | 1001110 | 101101 |
Color Harmonies of #19CB50
Complementary color
Monochromatic Colors of #19CB50
Black with #19CB50
Text Example
Text Example
White with #19CB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB50; }
p { color: rgb(25,203,80); }
H1.HeaderClassName
{
color: #19CB50;
}
.AnyTagClassName
{
color: #19CB50;
}
</style>
background-color css
<style>
a { background-color: #19CB50; }
a { background-color: rgb(25,203,80); }
div.DivClassName
{
background-color: #19CB50;
}
.BgClassName
{
background-color: #19CB50;
}
</style>
border-color css
<style>
span { border-color: #19CB50; }
span { border-color: rgb(25,203,80); }
td.TdClassName
{
border-color: #19CB50;
}
.TagClassName
{
border-color: #19CB50;
}
</style>