Shades of Malachite #14FF47
Tints of Malachite #14FF47
RGB
CMYK
RGB Variations
Color information
#14FF47 (or 0x14FF47) is known color: Malachite. HEX triplet: 14, FF and 47. RGB value is (20,255,71). Sum of RGB (Red+Green+Blue) = 20+255+71=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF47 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FF47 is #EB00B8. Grayscale: #A4A4A4. Windows color (decimal): -15401145 or 4718356. OLE color: 4718356.
HSL color Cylindrical-coordinate representation of color #14FF47: hue angle of 133.02º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FF47 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 71 | - |
| CMYK | 0.92 | 0 | 0.72 | 0 |
| HSL | 133.02º | 1% | 0.54% | - |
| HSV(B) | 133.02º | 0.92% | 1% | - |
| XYZ | 37.19 | 72.12 | 17.92 | - |
| YUV | 163.76 | 75.64 | 25.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 71 | 0.92 | 0 | 0.72 | 0 | 133.02 | 1 | 0.54 |
| Hex | 14 | FF | 47 | 5C | 0 | 48 | 0 | 85 | 64 | 36 |
| Octal | 24 | 377 | 107 | 134 | 0 | 110 | 0 | 205 | 144 | 66 |
| Binary | 10100 | 11111111 | 1000111 | 1011100 | 0 | 1001000 | 0 | 10000101 | 1100100 | 110110 |
Color Harmonies of #14FF47
Complementary color
Monochromatic Colors of #14FF47
Black with #14FF47
Text Example
Text Example
White with #14FF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FF47; }
p { color: rgb(20,255,71); }
H1.HeaderClassName
{
color: #14FF47;
}
.AnyTagClassName
{
color: #14FF47;
}
</style>
background-color css
<style>
a { background-color: #14FF47; }
a { background-color: rgb(20,255,71); }
div.DivClassName
{
background-color: #14FF47;
}
.BgClassName
{
background-color: #14FF47;
}
</style>
border-color css
<style>
span { border-color: #14FF47; }
span { border-color: rgb(20,255,71); }
td.TdClassName
{
border-color: #14FF47;
}
.TagClassName
{
border-color: #14FF47;
}
</style>