Shades of Malachite #14FE47
Tints of Malachite #14FE47
RGB
CMYK
RGB Variations
Color information
#14FE47 (or 0x14FE47) is known color: Malachite. HEX triplet: 14, FE and 47. RGB value is (20,254,71). Sum of RGB (Red+Green+Blue) = 20+254+71=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 254 (99.61% from 255 or 73.62% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 254 - color contains mainly: green. Hex color #14FE47 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FE47 is #EB01B8. Grayscale: #A3A3A3. Windows color (decimal): -15401401 or 4718100. OLE color: 4718100.
HSL color Cylindrical-coordinate representation of color #14FE47: hue angle of 133.08º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FE47 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 71 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.00 |
| HSL | 133.08º | 0.99% | 0.54% | - |
| HSV(B) | 133.08º | 0.92% | 1% | - |
| XYZ | 36.87 | 71.49 | 17.82 | - |
| YUV | 163.17 | 75.98 | 25.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 71 | 0.92 | 0 | 0.72 | 0.00 | 133.08 | 0.99 | 0.54 |
| Hex | 14 | FE | 47 | 5C | 0 | 48 | 0 | 85 | 63 | 36 |
| Octal | 24 | 376 | 107 | 134 | 0 | 110 | 0 | 205 | 143 | 66 |
| Binary | 10100 | 11111110 | 1000111 | 1011100 | 0 | 1001000 | 0 | 10000101 | 1100011 | 110110 |
Color Harmonies of #14FE47
Complementary color
Monochromatic Colors of #14FE47
Black with #14FE47
Text Example
Text Example
White with #14FE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FE47; }
p { color: rgb(20,254,71); }
H1.HeaderClassName
{
color: #14FE47;
}
.AnyTagClassName
{
color: #14FE47;
}
</style>
background-color css
<style>
a { background-color: #14FE47; }
a { background-color: rgb(20,254,71); }
div.DivClassName
{
background-color: #14FE47;
}
.BgClassName
{
background-color: #14FE47;
}
</style>
border-color css
<style>
span { border-color: #14FE47; }
span { border-color: rgb(20,254,71); }
td.TdClassName
{
border-color: #14FE47;
}
.TagClassName
{
border-color: #14FE47;
}
</style>