Shades of Malachite #13EC4C
Tints of Malachite #13EC4C
RGB
CMYK
RGB Variations
Color information
#13EC4C (or 0x13EC4C) is known color: Malachite. HEX triplet: 13, EC and 4C. RGB value is (19,236,76). Sum of RGB (Red+Green+Blue) = 19+236+76=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 236 (92.58% from 255 or 71.30% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EC4C is #EC13B3. Grayscale: #999999. Windows color (decimal): -15471540 or 5041171. OLE color: 5041171.
HSL color Cylindrical-coordinate representation of color #13EC4C: hue angle of 135.76º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EC4C is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 76 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.07 |
| HSL | 135.76º | 0.85% | 0.5% | - |
| HSV(B) | 135.76º | 0.92% | 0.93% | - |
| XYZ | 31.57 | 60.65 | 16.88 | - |
| YUV | 152.88 | 84.61 | 32.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 76 | 0.92 | 0 | 0.68 | 0.07 | 135.76 | 0.85 | 0.5 |
| Hex | 13 | EC | 4C | 5C | 0 | 44 | 7 | 88 | 55 | 32 |
| Octal | 23 | 354 | 114 | 134 | 0 | 104 | 7 | 210 | 125 | 62 |
| Binary | 10011 | 11101100 | 1001100 | 1011100 | 0 | 1000100 | 111 | 10001000 | 1010101 | 110010 |
Color Harmonies of #13EC4C
Complementary color
Monochromatic Colors of #13EC4C
Black with #13EC4C
Text Example
Text Example
White with #13EC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EC4C; }
p { color: rgb(19,236,76); }
H1.HeaderClassName
{
color: #13EC4C;
}
.AnyTagClassName
{
color: #13EC4C;
}
</style>
background-color css
<style>
a { background-color: #13EC4C; }
a { background-color: rgb(19,236,76); }
div.DivClassName
{
background-color: #13EC4C;
}
.BgClassName
{
background-color: #13EC4C;
}
</style>
border-color css
<style>
span { border-color: #13EC4C; }
span { border-color: rgb(19,236,76); }
td.TdClassName
{
border-color: #13EC4C;
}
.TagClassName
{
border-color: #13EC4C;
}
</style>