Shades of Malachite #13CF57
Tints of Malachite #13CF57
RGB
CMYK
RGB Variations
Color information
#13CF57 (or 0x13CF57) is known color: Malachite. HEX triplet: 13, CF and 57. RGB value is (19,207,87). Sum of RGB (Red+Green+Blue) = 19+207+87=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 207 (81.25% from 255 or 66.13% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CF57 is #EC30A8. Grayscale: #898989. Windows color (decimal): -15478953 or 5754643. OLE color: 5754643.
HSL color Cylindrical-coordinate representation of color #13CF57: hue angle of 141.7º 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 #13CF57 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 87 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.19 |
| HSL | 141.7º | 0.83% | 0.44% | - |
| HSV(B) | 141.7º | 0.91% | 0.81% | - |
| XYZ | 24.3 | 45.45 | 16.51 | - |
| YUV | 137.11 | 99.72 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 87 | 0.91 | 0 | 0.58 | 0.19 | 141.7 | 0.83 | 0.44 |
| Hex | 13 | CF | 57 | 5B | 0 | 3A | 13 | 8E | 53 | 2C |
| Octal | 23 | 317 | 127 | 133 | 0 | 72 | 23 | 216 | 123 | 54 |
| Binary | 10011 | 11001111 | 1010111 | 1011011 | 0 | 111010 | 10011 | 10001110 | 1010011 | 101100 |
Color Harmonies of #13CF57
Complementary color
Monochromatic Colors of #13CF57
Black with #13CF57
Text Example
Text Example
White with #13CF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CF57; }
p { color: rgb(19,207,87); }
H1.HeaderClassName
{
color: #13CF57;
}
.AnyTagClassName
{
color: #13CF57;
}
</style>
background-color css
<style>
a { background-color: #13CF57; }
a { background-color: rgb(19,207,87); }
div.DivClassName
{
background-color: #13CF57;
}
.BgClassName
{
background-color: #13CF57;
}
</style>
border-color css
<style>
span { border-color: #13CF57; }
span { border-color: rgb(19,207,87); }
td.TdClassName
{
border-color: #13CF57;
}
.TagClassName
{
border-color: #13CF57;
}
</style>