Shades of Malachite #14DC37
Tints of Malachite #14DC37
RGB
CMYK
RGB Variations
Color information
#14DC37 (or 0x14DC37) is known color: Malachite. HEX triplet: 14, DC and 37. RGB value is (20,220,55). Sum of RGB (Red+Green+Blue) = 20+220+55=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 220 (86.33% from 255 or 74.58% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DC37 is #EB23C8. Grayscale: #8D8D8D. Windows color (decimal): -15410121 or 3660820. OLE color: 3660820.
HSL color Cylindrical-coordinate representation of color #14DC37: hue angle of 130.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DC37 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 55 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.14 |
| HSL | 130.5º | 0.83% | 0.47% | - |
| HSV(B) | 130.5º | 0.91% | 0.86% | - |
| XYZ | 26.57 | 51.61 | 12.18 | - |
| YUV | 141.39 | 79.24 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 55 | 0.91 | 0 | 0.75 | 0.14 | 130.5 | 0.83 | 0.47 |
| Hex | 14 | DC | 37 | 5B | 0 | 4B | E | 82 | 53 | 2F |
| Octal | 24 | 334 | 67 | 133 | 0 | 113 | 16 | 202 | 123 | 57 |
| Binary | 10100 | 11011100 | 110111 | 1011011 | 0 | 1001011 | 1110 | 10000010 | 1010011 | 101111 |
Color Harmonies of #14DC37
Complementary color
Monochromatic Colors of #14DC37
Black with #14DC37
Text Example
Text Example
White with #14DC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC37; }
p { color: rgb(20,220,55); }
H1.HeaderClassName
{
color: #14DC37;
}
.AnyTagClassName
{
color: #14DC37;
}
</style>
background-color css
<style>
a { background-color: #14DC37; }
a { background-color: rgb(20,220,55); }
div.DivClassName
{
background-color: #14DC37;
}
.BgClassName
{
background-color: #14DC37;
}
</style>
border-color css
<style>
span { border-color: #14DC37; }
span { border-color: rgb(20,220,55); }
td.TdClassName
{
border-color: #14DC37;
}
.TagClassName
{
border-color: #14DC37;
}
</style>