Shades of Malachite #13DB75
Tints of Malachite #13DB75
RGB
CMYK
RGB Variations
Color information
#13DB75 (or 0x13DB75) is known color: Malachite. HEX triplet: 13, DB and 75. RGB value is (19,219,117). Sum of RGB (Red+Green+Blue) = 19+219+117=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 219 (85.94% from 255 or 61.69% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DB75 is #EC248A. Grayscale: #939393. Windows color (decimal): -15475851 or 7723795. OLE color: 7723795.
HSL color Cylindrical-coordinate representation of color #13DB75: hue angle of 149.4º 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 #13DB75 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 117 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.14 |
| HSL | 149.4º | 0.84% | 0.47% | - |
| HSV(B) | 149.4º | 0.91% | 0.86% | - |
| XYZ | 28.81 | 52.09 | 25.36 | - |
| YUV | 147.57 | 110.74 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 117 | 0.91 | 0 | 0.47 | 0.14 | 149.4 | 0.84 | 0.47 |
| Hex | 13 | DB | 75 | 5B | 0 | 2F | E | 95 | 54 | 2F |
| Octal | 23 | 333 | 165 | 133 | 0 | 57 | 16 | 225 | 124 | 57 |
| Binary | 10011 | 11011011 | 1110101 | 1011011 | 0 | 101111 | 1110 | 10010101 | 1010100 | 101111 |
Color Harmonies of #13DB75
Complementary color
Monochromatic Colors of #13DB75
Black with #13DB75
Text Example
Text Example
White with #13DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB75; }
p { color: rgb(19,219,117); }
H1.HeaderClassName
{
color: #13DB75;
}
.AnyTagClassName
{
color: #13DB75;
}
</style>
background-color css
<style>
a { background-color: #13DB75; }
a { background-color: rgb(19,219,117); }
div.DivClassName
{
background-color: #13DB75;
}
.BgClassName
{
background-color: #13DB75;
}
</style>
border-color css
<style>
span { border-color: #13DB75; }
span { border-color: rgb(19,219,117); }
td.TdClassName
{
border-color: #13DB75;
}
.TagClassName
{
border-color: #13DB75;
}
</style>