Shades of Malachite #14DF63
Tints of Malachite #14DF63
RGB
CMYK
RGB Variations
Color information
#14DF63 (or 0x14DF63) is known color: Malachite. HEX triplet: 14, DF and 63. RGB value is (20,223,99). Sum of RGB (Red+Green+Blue) = 20+223+99=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 223 (87.5% from 255 or 65.20% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DF63 is #EB209C. Grayscale: #949494. Windows color (decimal): -15409309 or 6545172. OLE color: 6545172.
HSL color Cylindrical-coordinate representation of color #14DF63: hue angle of 143.35º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DF63 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 99 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.13 |
| HSL | 143.35º | 0.84% | 0.48% | - |
| HSV(B) | 143.35º | 0.91% | 0.87% | - |
| XYZ | 28.93 | 53.82 | 20.67 | - |
| YUV | 148.17 | 100.25 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 99 | 0.91 | 0 | 0.56 | 0.13 | 143.35 | 0.84 | 0.48 |
| Hex | 14 | DF | 63 | 5B | 0 | 38 | D | 8F | 54 | 30 |
| Octal | 24 | 337 | 143 | 133 | 0 | 70 | 15 | 217 | 124 | 60 |
| Binary | 10100 | 11011111 | 1100011 | 1011011 | 0 | 111000 | 1101 | 10001111 | 1010100 | 110000 |
Color Harmonies of #14DF63
Complementary color
Monochromatic Colors of #14DF63
Black with #14DF63
Text Example
Text Example
White with #14DF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF63; }
p { color: rgb(20,223,99); }
H1.HeaderClassName
{
color: #14DF63;
}
.AnyTagClassName
{
color: #14DF63;
}
</style>
background-color css
<style>
a { background-color: #14DF63; }
a { background-color: rgb(20,223,99); }
div.DivClassName
{
background-color: #14DF63;
}
.BgClassName
{
background-color: #14DF63;
}
</style>
border-color css
<style>
span { border-color: #14DF63; }
span { border-color: rgb(20,223,99); }
td.TdClassName
{
border-color: #14DF63;
}
.TagClassName
{
border-color: #14DF63;
}
</style>