Shades of Malachite #13DF5B
Tints of Malachite #13DF5B
RGB
CMYK
RGB Variations
Color information
#13DF5B (or 0x13DF5B) is known color: Malachite. HEX triplet: 13, DF and 5B. RGB value is (19,223,91). Sum of RGB (Red+Green+Blue) = 19+223+91=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 223 (87.5% from 255 or 66.97% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 223 - color contains mainly: green. Hex color #13DF5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DF5B is #EC20A4. Grayscale: #939393. Windows color (decimal): -15474853 or 6020883. OLE color: 6020883.
HSL color Cylindrical-coordinate representation of color #13DF5B: hue angle of 141.18º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DF5B is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 91 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.13 |
| HSL | 141.18º | 0.84% | 0.47% | - |
| HSV(B) | 141.18º | 0.91% | 0.87% | - |
| XYZ | 28.54 | 53.67 | 18.75 | - |
| YUV | 146.96 | 96.41 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 91 | 0.91 | 0 | 0.59 | 0.13 | 141.18 | 0.84 | 0.47 |
| Hex | 13 | DF | 5B | 5B | 0 | 3B | D | 8D | 54 | 2F |
| Octal | 23 | 337 | 133 | 133 | 0 | 73 | 15 | 215 | 124 | 57 |
| Binary | 10011 | 11011111 | 1011011 | 1011011 | 0 | 111011 | 1101 | 10001101 | 1010100 | 101111 |
Color Harmonies of #13DF5B
Complementary color
Monochromatic Colors of #13DF5B
Black with #13DF5B
Text Example
Text Example
White with #13DF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DF5B; }
p { color: rgb(19,223,91); }
H1.HeaderClassName
{
color: #13DF5B;
}
.AnyTagClassName
{
color: #13DF5B;
}
</style>
background-color css
<style>
a { background-color: #13DF5B; }
a { background-color: rgb(19,223,91); }
div.DivClassName
{
background-color: #13DF5B;
}
.BgClassName
{
background-color: #13DF5B;
}
</style>
border-color css
<style>
span { border-color: #13DF5B; }
span { border-color: rgb(19,223,91); }
td.TdClassName
{
border-color: #13DF5B;
}
.TagClassName
{
border-color: #13DF5B;
}
</style>