Shades of Malachite #13DB64
Tints of Malachite #13DB64
RGB
CMYK
RGB Variations
Color information
#13DB64 (or 0x13DB64) is known color: Malachite. HEX triplet: 13, DB and 64. RGB value is (19,219,100). Sum of RGB (Red+Green+Blue) = 19+219+100=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 219 (85.94% from 255 or 64.79% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DB64 is #EC249B. Grayscale: #919191. Windows color (decimal): -15475868 or 6609683. OLE color: 6609683.
HSL color Cylindrical-coordinate representation of color #13DB64: hue angle of 144.3º 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 #13DB64 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 100 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.14 |
| HSL | 144.3º | 0.84% | 0.47% | - |
| HSV(B) | 144.3º | 0.91% | 0.86% | - |
| XYZ | 27.9 | 51.72 | 20.57 | - |
| YUV | 145.63 | 102.24 | 37.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 100 | 0.91 | 0 | 0.54 | 0.14 | 144.3 | 0.84 | 0.47 |
| Hex | 13 | DB | 64 | 5B | 0 | 36 | E | 90 | 54 | 2F |
| Octal | 23 | 333 | 144 | 133 | 0 | 66 | 16 | 220 | 124 | 57 |
| Binary | 10011 | 11011011 | 1100100 | 1011011 | 0 | 110110 | 1110 | 10010000 | 1010100 | 101111 |
Color Harmonies of #13DB64
Complementary color
Monochromatic Colors of #13DB64
Black with #13DB64
Text Example
Text Example
White with #13DB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB64; }
p { color: rgb(19,219,100); }
H1.HeaderClassName
{
color: #13DB64;
}
.AnyTagClassName
{
color: #13DB64;
}
</style>
background-color css
<style>
a { background-color: #13DB64; }
a { background-color: rgb(19,219,100); }
div.DivClassName
{
background-color: #13DB64;
}
.BgClassName
{
background-color: #13DB64;
}
</style>
border-color css
<style>
span { border-color: #13DB64; }
span { border-color: rgb(19,219,100); }
td.TdClassName
{
border-color: #13DB64;
}
.TagClassName
{
border-color: #13DB64;
}
</style>