Shades of Malachite #13BD55
Tints of Malachite #13BD55
RGB
CMYK
RGB Variations
Color information
#13BD55 (or 0x13BD55) is known color: Malachite. HEX triplet: 13, BD and 55. RGB value is (19,189,85). Sum of RGB (Red+Green+Blue) = 19+189+85=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 189 (74.22% from 255 or 64.51% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BD55 is #EC42AA. Grayscale: #7E7E7E. Windows color (decimal): -15483563 or 5618963. OLE color: 5618963.
HSL color Cylindrical-coordinate representation of color #13BD55: hue angle of 143.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BD55 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 189 | 85 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.26 |
| HSL | 143.29º | 0.82% | 0.41% | - |
| HSV(B) | 143.29º | 0.9% | 0.74% | - |
| XYZ | 20.11 | 37.19 | 14.71 | - |
| YUV | 126.31 | 104.68 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 85 | 0.90 | 0 | 0.55 | 0.26 | 143.29 | 0.82 | 0.41 |
| Hex | 13 | BD | 55 | 5A | 0 | 37 | 1A | 8F | 52 | 29 |
| Octal | 23 | 275 | 125 | 132 | 0 | 67 | 32 | 217 | 122 | 51 |
| Binary | 10011 | 10111101 | 1010101 | 1011010 | 0 | 110111 | 11010 | 10001111 | 1010010 | 101001 |
Color Harmonies of #13BD55
Complementary color
Monochromatic Colors of #13BD55
Black with #13BD55
Text Example
Text Example
White with #13BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BD55; }
p { color: rgb(19,189,85); }
H1.HeaderClassName
{
color: #13BD55;
}
.AnyTagClassName
{
color: #13BD55;
}
</style>
background-color css
<style>
a { background-color: #13BD55; }
a { background-color: rgb(19,189,85); }
div.DivClassName
{
background-color: #13BD55;
}
.BgClassName
{
background-color: #13BD55;
}
</style>
border-color css
<style>
span { border-color: #13BD55; }
span { border-color: rgb(19,189,85); }
td.TdClassName
{
border-color: #13BD55;
}
.TagClassName
{
border-color: #13BD55;
}
</style>