Shades of Malachite #14DF58
Tints of Malachite #14DF58
RGB
CMYK
RGB Variations
Color information
#14DF58 (or 0x14DF58) is known color: Malachite. HEX triplet: 14, DF and 58. RGB value is (20,223,88). Sum of RGB (Red+Green+Blue) = 20+223+88=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 223 (87.5% from 255 or 67.37% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DF58 is #EB20A7. Grayscale: #939393. Windows color (decimal): -15409320 or 5824276. OLE color: 5824276.
HSL color Cylindrical-coordinate representation of color #14DF58: hue angle of 140.1º 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 #14DF58 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 88 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.13 |
| HSL | 140.1º | 0.84% | 0.48% | - |
| HSV(B) | 140.1º | 0.91% | 0.87% | - |
| XYZ | 28.44 | 53.63 | 18.09 | - |
| YUV | 146.91 | 94.75 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 88 | 0.91 | 0 | 0.61 | 0.13 | 140.1 | 0.84 | 0.48 |
| Hex | 14 | DF | 58 | 5B | 0 | 3D | D | 8C | 54 | 30 |
| Octal | 24 | 337 | 130 | 133 | 0 | 75 | 15 | 214 | 124 | 60 |
| Binary | 10100 | 11011111 | 1011000 | 1011011 | 0 | 111101 | 1101 | 10001100 | 1010100 | 110000 |
Color Harmonies of #14DF58
Complementary color
Monochromatic Colors of #14DF58
Black with #14DF58
Text Example
Text Example
White with #14DF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF58; }
p { color: rgb(20,223,88); }
H1.HeaderClassName
{
color: #14DF58;
}
.AnyTagClassName
{
color: #14DF58;
}
</style>
background-color css
<style>
a { background-color: #14DF58; }
a { background-color: rgb(20,223,88); }
div.DivClassName
{
background-color: #14DF58;
}
.BgClassName
{
background-color: #14DF58;
}
</style>
border-color css
<style>
span { border-color: #14DF58; }
span { border-color: rgb(20,223,88); }
td.TdClassName
{
border-color: #14DF58;
}
.TagClassName
{
border-color: #14DF58;
}
</style>