Shades of Malachite #14DF47
Tints of Malachite #14DF47
RGB
CMYK
RGB Variations
Color information
#14DF47 (or 0x14DF47) is known color: Malachite. HEX triplet: 14, DF and 47. RGB value is (20,223,71). Sum of RGB (Red+Green+Blue) = 20+223+71=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 223 (87.5% from 255 or 71.02% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DF47 is #EB20B8. Grayscale: #919191. Windows color (decimal): -15409337 or 4710164. OLE color: 4710164.
HSL color Cylindrical-coordinate representation of color #14DF47: hue angle of 135.07º 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 #14DF47 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 71 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.13 |
| HSL | 135.07º | 0.84% | 0.48% | - |
| HSV(B) | 135.07º | 0.91% | 0.87% | - |
| XYZ | 27.81 | 53.38 | 14.8 | - |
| YUV | 144.98 | 86.25 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 71 | 0.91 | 0 | 0.68 | 0.13 | 135.07 | 0.84 | 0.48 |
| Hex | 14 | DF | 47 | 5B | 0 | 44 | D | 87 | 54 | 30 |
| Octal | 24 | 337 | 107 | 133 | 0 | 104 | 15 | 207 | 124 | 60 |
| Binary | 10100 | 11011111 | 1000111 | 1011011 | 0 | 1000100 | 1101 | 10000111 | 1010100 | 110000 |
Color Harmonies of #14DF47
Complementary color
Monochromatic Colors of #14DF47
Black with #14DF47
Text Example
Text Example
White with #14DF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF47; }
p { color: rgb(20,223,71); }
H1.HeaderClassName
{
color: #14DF47;
}
.AnyTagClassName
{
color: #14DF47;
}
</style>
background-color css
<style>
a { background-color: #14DF47; }
a { background-color: rgb(20,223,71); }
div.DivClassName
{
background-color: #14DF47;
}
.BgClassName
{
background-color: #14DF47;
}
</style>
border-color css
<style>
span { border-color: #14DF47; }
span { border-color: rgb(20,223,71); }
td.TdClassName
{
border-color: #14DF47;
}
.TagClassName
{
border-color: #14DF47;
}
</style>