Shades of Malachite #14DD3E
Tints of Malachite #14DD3E
RGB
CMYK
RGB Variations
Color information
#14DD3E (or 0x14DD3E) is known color: Malachite. HEX triplet: 14, DD and 3E. RGB value is (20,221,62). Sum of RGB (Red+Green+Blue) = 20+221+62=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DD3E is #EB22C1. Grayscale: #8F8F8F. Windows color (decimal): -15409858 or 4119828. OLE color: 4119828.
HSL color Cylindrical-coordinate representation of color #14DD3E: hue angle of 132.54º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DD3E is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 221 | 62 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.13 |
| HSL | 132.54º | 0.83% | 0.47% | - |
| HSV(B) | 132.54º | 0.91% | 0.87% | - |
| XYZ | 27.01 | 52.21 | 13.21 | - |
| YUV | 142.78 | 82.41 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 221 | 62 | 0.91 | 0 | 0.72 | 0.13 | 132.54 | 0.83 | 0.47 |
| Hex | 14 | DD | 3E | 5B | 0 | 48 | D | 85 | 53 | 2F |
| Octal | 24 | 335 | 76 | 133 | 0 | 110 | 15 | 205 | 123 | 57 |
| Binary | 10100 | 11011101 | 111110 | 1011011 | 0 | 1001000 | 1101 | 10000101 | 1010011 | 101111 |
Color Harmonies of #14DD3E
Complementary color
Monochromatic Colors of #14DD3E
Black with #14DD3E
Text Example
Text Example
White with #14DD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DD3E; }
p { color: rgb(20,221,62); }
H1.HeaderClassName
{
color: #14DD3E;
}
.AnyTagClassName
{
color: #14DD3E;
}
</style>
background-color css
<style>
a { background-color: #14DD3E; }
a { background-color: rgb(20,221,62); }
div.DivClassName
{
background-color: #14DD3E;
}
.BgClassName
{
background-color: #14DD3E;
}
</style>
border-color css
<style>
span { border-color: #14DD3E; }
span { border-color: rgb(20,221,62); }
td.TdClassName
{
border-color: #14DD3E;
}
.TagClassName
{
border-color: #14DD3E;
}
</style>