Shades of Malachite #14DF34
Tints of Malachite #14DF34
RGB
CMYK
RGB Variations
Color information
#14DF34 (or 0x14DF34) is known color: Malachite. HEX triplet: 14, DF and 34. RGB value is (20,223,52). Sum of RGB (Red+Green+Blue) = 20+223+52=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 223 (87.5% from 255 or 75.59% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DF34 is #EB20CB. Grayscale: #8F8F8F. Windows color (decimal): -15409356 or 3464980. OLE color: 3464980.
HSL color Cylindrical-coordinate representation of color #14DF34: hue angle of 129.46º 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 #14DF34 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 52 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.13 |
| HSL | 129.46º | 0.84% | 0.48% | - |
| HSV(B) | 129.46º | 0.91% | 0.87% | - |
| XYZ | 27.3 | 53.17 | 12.07 | - |
| YUV | 142.81 | 76.75 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 52 | 0.91 | 0 | 0.77 | 0.13 | 129.46 | 0.84 | 0.48 |
| Hex | 14 | DF | 34 | 5B | 0 | 4D | D | 81 | 54 | 30 |
| Octal | 24 | 337 | 64 | 133 | 0 | 115 | 15 | 201 | 124 | 60 |
| Binary | 10100 | 11011111 | 110100 | 1011011 | 0 | 1001101 | 1101 | 10000001 | 1010100 | 110000 |
Color Harmonies of #14DF34
Complementary color
Monochromatic Colors of #14DF34
Black with #14DF34
Text Example
Text Example
White with #14DF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF34; }
p { color: rgb(20,223,52); }
H1.HeaderClassName
{
color: #14DF34;
}
.AnyTagClassName
{
color: #14DF34;
}
</style>
background-color css
<style>
a { background-color: #14DF34; }
a { background-color: rgb(20,223,52); }
div.DivClassName
{
background-color: #14DF34;
}
.BgClassName
{
background-color: #14DF34;
}
</style>
border-color css
<style>
span { border-color: #14DF34; }
span { border-color: rgb(20,223,52); }
td.TdClassName
{
border-color: #14DF34;
}
.TagClassName
{
border-color: #14DF34;
}
</style>