Shades of Malachite #13DC4C
Tints of Malachite #13DC4C
RGB
CMYK
RGB Variations
Color information
#13DC4C (or 0x13DC4C) is known color: Malachite. HEX triplet: 13, DC and 4C. RGB value is (19,220,76). Sum of RGB (Red+Green+Blue) = 19+220+76=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DC4C is #EC23B3. Grayscale: #8F8F8F. Windows color (decimal): -15475636 or 5037075. OLE color: 5037075.
HSL color Cylindrical-coordinate representation of color #13DC4C: hue angle of 137.01º 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 #13DC4C is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 76 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.14 |
| HSL | 137.01º | 0.84% | 0.47% | - |
| HSV(B) | 137.01º | 0.91% | 0.86% | - |
| XYZ | 27.17 | 51.85 | 15.41 | - |
| YUV | 143.49 | 89.91 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 76 | 0.91 | 0 | 0.65 | 0.14 | 137.01 | 0.84 | 0.47 |
| Hex | 13 | DC | 4C | 5B | 0 | 41 | E | 89 | 54 | 2F |
| Octal | 23 | 334 | 114 | 133 | 0 | 101 | 16 | 211 | 124 | 57 |
| Binary | 10011 | 11011100 | 1001100 | 1011011 | 0 | 1000001 | 1110 | 10001001 | 1010100 | 101111 |
Color Harmonies of #13DC4C
Complementary color
Monochromatic Colors of #13DC4C
Black with #13DC4C
Text Example
Text Example
White with #13DC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DC4C; }
p { color: rgb(19,220,76); }
H1.HeaderClassName
{
color: #13DC4C;
}
.AnyTagClassName
{
color: #13DC4C;
}
</style>
background-color css
<style>
a { background-color: #13DC4C; }
a { background-color: rgb(19,220,76); }
div.DivClassName
{
background-color: #13DC4C;
}
.BgClassName
{
background-color: #13DC4C;
}
</style>
border-color css
<style>
span { border-color: #13DC4C; }
span { border-color: rgb(19,220,76); }
td.TdClassName
{
border-color: #13DC4C;
}
.TagClassName
{
border-color: #13DC4C;
}
</style>