Shades of Malachite #13DB42
Tints of Malachite #13DB42
RGB
CMYK
RGB Variations
Color information
#13DB42 (or 0x13DB42) is known color: Malachite. HEX triplet: 13, DB and 42. RGB value is (19,219,66). Sum of RGB (Red+Green+Blue) = 19+219+66=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 219 (85.94% from 255 or 72.04% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DB42 is #EC24BD. Grayscale: #8E8E8E. Windows color (decimal): -15475902 or 4381459. OLE color: 4381459.
HSL color Cylindrical-coordinate representation of color #13DB42: hue angle of 134.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DB42 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 66 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.14 |
| HSL | 134.1º | 0.84% | 0.47% | - |
| HSV(B) | 134.1º | 0.91% | 0.86% | - |
| XYZ | 26.58 | 51.19 | 13.63 | - |
| YUV | 141.76 | 85.24 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 66 | 0.91 | 0 | 0.70 | 0.14 | 134.1 | 0.84 | 0.47 |
| Hex | 13 | DB | 42 | 5B | 0 | 46 | E | 86 | 54 | 2F |
| Octal | 23 | 333 | 102 | 133 | 0 | 106 | 16 | 206 | 124 | 57 |
| Binary | 10011 | 11011011 | 1000010 | 1011011 | 0 | 1000110 | 1110 | 10000110 | 1010100 | 101111 |
Color Harmonies of #13DB42
Complementary color
Monochromatic Colors of #13DB42
Black with #13DB42
Text Example
Text Example
White with #13DB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB42; }
p { color: rgb(19,219,66); }
H1.HeaderClassName
{
color: #13DB42;
}
.AnyTagClassName
{
color: #13DB42;
}
</style>
background-color css
<style>
a { background-color: #13DB42; }
a { background-color: rgb(19,219,66); }
div.DivClassName
{
background-color: #13DB42;
}
.BgClassName
{
background-color: #13DB42;
}
</style>
border-color css
<style>
span { border-color: #13DB42; }
span { border-color: rgb(19,219,66); }
td.TdClassName
{
border-color: #13DB42;
}
.TagClassName
{
border-color: #13DB42;
}
</style>