Shades of Malachite #13CF4D
Tints of Malachite #13CF4D
RGB
CMYK
RGB Variations
Color information
#13CF4D (or 0x13CF4D) is known color: Malachite. HEX triplet: 13, CF and 4D. RGB value is (19,207,77). Sum of RGB (Red+Green+Blue) = 19+207+77=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 207 (81.25% from 255 or 68.32% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CF4D is #EC30B2. Grayscale: #888888. Windows color (decimal): -15478963 or 5099283. OLE color: 5099283.
HSL color Cylindrical-coordinate representation of color #13CF4D: hue angle of 138.51º 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 #13CF4D is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 77 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.19 |
| HSL | 138.51º | 0.83% | 0.44% | - |
| HSV(B) | 138.51º | 0.91% | 0.81% | - |
| XYZ | 23.92 | 45.3 | 14.5 | - |
| YUV | 135.97 | 94.72 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 77 | 0.91 | 0 | 0.63 | 0.19 | 138.51 | 0.83 | 0.44 |
| Hex | 13 | CF | 4D | 5B | 0 | 3F | 13 | 8B | 53 | 2C |
| Octal | 23 | 317 | 115 | 133 | 0 | 77 | 23 | 213 | 123 | 54 |
| Binary | 10011 | 11001111 | 1001101 | 1011011 | 0 | 111111 | 10011 | 10001011 | 1010011 | 101100 |
Color Harmonies of #13CF4D
Complementary color
Monochromatic Colors of #13CF4D
Black with #13CF4D
Text Example
Text Example
White with #13CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CF4D; }
p { color: rgb(19,207,77); }
H1.HeaderClassName
{
color: #13CF4D;
}
.AnyTagClassName
{
color: #13CF4D;
}
</style>
background-color css
<style>
a { background-color: #13CF4D; }
a { background-color: rgb(19,207,77); }
div.DivClassName
{
background-color: #13CF4D;
}
.BgClassName
{
background-color: #13CF4D;
}
</style>
border-color css
<style>
span { border-color: #13CF4D; }
span { border-color: rgb(19,207,77); }
td.TdClassName
{
border-color: #13CF4D;
}
.TagClassName
{
border-color: #13CF4D;
}
</style>