Shades of Malachite #13CF55
Tints of Malachite #13CF55
RGB
CMYK
RGB Variations
Color information
#13CF55 (or 0x13CF55) is known color: Malachite. HEX triplet: 13, CF and 55. RGB value is (19,207,85). Sum of RGB (Red+Green+Blue) = 19+207+85=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 207 (81.25% from 255 or 66.56% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CF55 is #EC30AA. Grayscale: #898989. Windows color (decimal): -15478955 or 5623571. OLE color: 5623571.
HSL color Cylindrical-coordinate representation of color #13CF55: hue angle of 141.06º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CF55 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 85 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.19 |
| HSL | 141.06º | 0.83% | 0.44% | - |
| HSV(B) | 141.06º | 0.91% | 0.81% | - |
| XYZ | 24.22 | 45.42 | 16.08 | - |
| YUV | 136.88 | 98.72 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 85 | 0.91 | 0 | 0.59 | 0.19 | 141.06 | 0.83 | 0.44 |
| Hex | 13 | CF | 55 | 5B | 0 | 3B | 13 | 8D | 53 | 2C |
| Octal | 23 | 317 | 125 | 133 | 0 | 73 | 23 | 215 | 123 | 54 |
| Binary | 10011 | 11001111 | 1010101 | 1011011 | 0 | 111011 | 10011 | 10001101 | 1010011 | 101100 |
Color Harmonies of #13CF55
Complementary color
Monochromatic Colors of #13CF55
Black with #13CF55
Text Example
Text Example
White with #13CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CF55; }
p { color: rgb(19,207,85); }
H1.HeaderClassName
{
color: #13CF55;
}
.AnyTagClassName
{
color: #13CF55;
}
</style>
background-color css
<style>
a { background-color: #13CF55; }
a { background-color: rgb(19,207,85); }
div.DivClassName
{
background-color: #13CF55;
}
.BgClassName
{
background-color: #13CF55;
}
</style>
border-color css
<style>
span { border-color: #13CF55; }
span { border-color: rgb(19,207,85); }
td.TdClassName
{
border-color: #13CF55;
}
.TagClassName
{
border-color: #13CF55;
}
</style>