Shades of Malachite #19D051
Tints of Malachite #19D051
RGB
CMYK
RGB Variations
Color information
#19D051 (or 0x19D051) is known color: Malachite. HEX triplet: 19, D0 and 51. RGB value is (25,208,81). Sum of RGB (Red+Green+Blue) = 25+208+81=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 208 (81.64% from 255 or 66.24% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 208 - color contains mainly: green. Hex color #19D051 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19D051 is #E62FAE. Grayscale: #8B8B8B. Windows color (decimal): -15085487 or 5361689. OLE color: 5361689.
HSL color Cylindrical-coordinate representation of color #19D051: hue angle of 138.36º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D051 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 208 | 81 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.18 |
| HSL | 138.36º | 0.79% | 0.46% | - |
| HSV(B) | 138.36º | 0.88% | 0.82% | - |
| XYZ | 24.44 | 45.91 | 15.36 | - |
| YUV | 138.81 | 95.37 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 208 | 81 | 0.88 | 0 | 0.61 | 0.18 | 138.36 | 0.79 | 0.46 |
| Hex | 19 | D0 | 51 | 58 | 0 | 3D | 12 | 8A | 4F | 2E |
| Octal | 31 | 320 | 121 | 130 | 0 | 75 | 22 | 212 | 117 | 56 |
| Binary | 11001 | 11010000 | 1010001 | 1011000 | 0 | 111101 | 10010 | 10001010 | 1001111 | 101110 |
Color Harmonies of #19D051
Complementary color
Monochromatic Colors of #19D051
Black with #19D051
Text Example
Text Example
White with #19D051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D051; }
p { color: rgb(25,208,81); }
H1.HeaderClassName
{
color: #19D051;
}
.AnyTagClassName
{
color: #19D051;
}
</style>
background-color css
<style>
a { background-color: #19D051; }
a { background-color: rgb(25,208,81); }
div.DivClassName
{
background-color: #19D051;
}
.BgClassName
{
background-color: #19D051;
}
</style>
border-color css
<style>
span { border-color: #19D051; }
span { border-color: rgb(25,208,81); }
td.TdClassName
{
border-color: #19D051;
}
.TagClassName
{
border-color: #19D051;
}
</style>