Shades of Malachite #19CF41
Tints of Malachite #19CF41
RGB
CMYK
RGB Variations
Color information
#19CF41 (or 0x19CF41) is known color: Malachite. HEX triplet: 19, CF and 41. RGB value is (25,207,65). Sum of RGB (Red+Green+Blue) = 25+207+65=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #19CF41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CF41 is #E630BE. Grayscale: #888888. Windows color (decimal): -15085759 or 4312857. OLE color: 4312857.
HSL color Cylindrical-coordinate representation of color #19CF41: hue angle of 133.19º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CF41 is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 207 | 65 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.19 |
| HSL | 133.19º | 0.78% | 0.45% | - |
| HSV(B) | 133.19º | 0.88% | 0.81% | - |
| XYZ | 23.67 | 45.21 | 12.48 | - |
| YUV | 136.39 | 87.7 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 65 | 0.88 | 0 | 0.69 | 0.19 | 133.19 | 0.78 | 0.45 |
| Hex | 19 | CF | 41 | 58 | 0 | 45 | 13 | 85 | 4E | 2D |
| Octal | 31 | 317 | 101 | 130 | 0 | 105 | 23 | 205 | 116 | 55 |
| Binary | 11001 | 11001111 | 1000001 | 1011000 | 0 | 1000101 | 10011 | 10000101 | 1001110 | 101101 |
Color Harmonies of #19CF41
Complementary color
Monochromatic Colors of #19CF41
Black with #19CF41
Text Example
Text Example
White with #19CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CF41; }
p { color: rgb(25,207,65); }
H1.HeaderClassName
{
color: #19CF41;
}
.AnyTagClassName
{
color: #19CF41;
}
</style>
background-color css
<style>
a { background-color: #19CF41; }
a { background-color: rgb(25,207,65); }
div.DivClassName
{
background-color: #19CF41;
}
.BgClassName
{
background-color: #19CF41;
}
</style>
border-color css
<style>
span { border-color: #19CF41; }
span { border-color: rgb(25,207,65); }
td.TdClassName
{
border-color: #19CF41;
}
.TagClassName
{
border-color: #19CF41;
}
</style>