Shades of Malachite #14DF39
Tints of Malachite #14DF39
RGB
CMYK
RGB Variations
Color information
#14DF39 (or 0x14DF39) is known color: Malachite. HEX triplet: 14, DF and 39. RGB value is (20,223,57). Sum of RGB (Red+Green+Blue) = 20+223+57=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 223 (87.5% from 255 or 74.33% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DF39 is #EB20C6. Grayscale: #8F8F8F. Windows color (decimal): -15409351 or 3792660. OLE color: 3792660.
HSL color Cylindrical-coordinate representation of color #14DF39: hue angle of 130.94º 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 #14DF39 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 57 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.13 |
| HSL | 130.94º | 0.84% | 0.48% | - |
| HSV(B) | 130.94º | 0.91% | 0.87% | - |
| XYZ | 27.41 | 53.22 | 12.7 | - |
| YUV | 143.38 | 79.25 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 57 | 0.91 | 0 | 0.74 | 0.13 | 130.94 | 0.84 | 0.48 |
| Hex | 14 | DF | 39 | 5B | 0 | 4A | D | 83 | 54 | 30 |
| Octal | 24 | 337 | 71 | 133 | 0 | 112 | 15 | 203 | 124 | 60 |
| Binary | 10100 | 11011111 | 111001 | 1011011 | 0 | 1001010 | 1101 | 10000011 | 1010100 | 110000 |
Color Harmonies of #14DF39
Complementary color
Monochromatic Colors of #14DF39
Black with #14DF39
Text Example
Text Example
White with #14DF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF39; }
p { color: rgb(20,223,57); }
H1.HeaderClassName
{
color: #14DF39;
}
.AnyTagClassName
{
color: #14DF39;
}
</style>
background-color css
<style>
a { background-color: #14DF39; }
a { background-color: rgb(20,223,57); }
div.DivClassName
{
background-color: #14DF39;
}
.BgClassName
{
background-color: #14DF39;
}
</style>
border-color css
<style>
span { border-color: #14DF39; }
span { border-color: rgb(20,223,57); }
td.TdClassName
{
border-color: #14DF39;
}
.TagClassName
{
border-color: #14DF39;
}
</style>