Shades of Malachite #13CF5E
Tints of Malachite #13CF5E
RGB
CMYK
RGB Variations
Color information
#13CF5E (or 0x13CF5E) is known color: Malachite. HEX triplet: 13, CF and 5E. RGB value is (19,207,94). Sum of RGB (Red+Green+Blue) = 19+207+94=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 207 (81.25% from 255 or 64.69% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CF5E is #EC30A1. Grayscale: #8A8A8A. Windows color (decimal): -15478946 or 6213395. OLE color: 6213395.
HSL color Cylindrical-coordinate representation of color #13CF5E: hue angle of 143.94º 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 #13CF5E is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 94 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.19 |
| HSL | 143.94º | 0.83% | 0.44% | - |
| HSV(B) | 143.94º | 0.91% | 0.81% | - |
| XYZ | 24.6 | 45.57 | 18.09 | - |
| YUV | 137.91 | 103.22 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 94 | 0.91 | 0 | 0.55 | 0.19 | 143.94 | 0.83 | 0.44 |
| Hex | 13 | CF | 5E | 5B | 0 | 37 | 13 | 90 | 53 | 2C |
| Octal | 23 | 317 | 136 | 133 | 0 | 67 | 23 | 220 | 123 | 54 |
| Binary | 10011 | 11001111 | 1011110 | 1011011 | 0 | 110111 | 10011 | 10010000 | 1010011 | 101100 |
Color Harmonies of #13CF5E
Complementary color
Monochromatic Colors of #13CF5E
Black with #13CF5E
Text Example
Text Example
White with #13CF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CF5E; }
p { color: rgb(19,207,94); }
H1.HeaderClassName
{
color: #13CF5E;
}
.AnyTagClassName
{
color: #13CF5E;
}
</style>
background-color css
<style>
a { background-color: #13CF5E; }
a { background-color: rgb(19,207,94); }
div.DivClassName
{
background-color: #13CF5E;
}
.BgClassName
{
background-color: #13CF5E;
}
</style>
border-color css
<style>
span { border-color: #13CF5E; }
span { border-color: rgb(19,207,94); }
td.TdClassName
{
border-color: #13CF5E;
}
.TagClassName
{
border-color: #13CF5E;
}
</style>