Shades of Malachite #14FE53
Tints of Malachite #14FE53
RGB
CMYK
RGB Variations
Color information
#14FE53 (or 0x14FE53) is known color: Malachite. HEX triplet: 14, FE and 53. RGB value is (20,254,83). Sum of RGB (Red+Green+Blue) = 20+254+83=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 254 (99.61% from 255 or 71.15% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 254 - color contains mainly: green. Hex color #14FE53 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FE53 is #EB01AC. Grayscale: #A4A4A4. Windows color (decimal): -15401389 or 5504532. OLE color: 5504532.
HSL color Cylindrical-coordinate representation of color #14FE53: hue angle of 136.15º 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 #14FE53 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 83 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.00 |
| HSL | 136.15º | 0.99% | 0.54% | - |
| HSV(B) | 136.15º | 0.92% | 1% | - |
| XYZ | 37.29 | 71.66 | 20.05 | - |
| YUV | 164.54 | 81.98 | 24.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 83 | 0.92 | 0 | 0.67 | 0.00 | 136.15 | 0.99 | 0.54 |
| Hex | 14 | FE | 53 | 5C | 0 | 43 | 0 | 88 | 63 | 36 |
| Octal | 24 | 376 | 123 | 134 | 0 | 103 | 0 | 210 | 143 | 66 |
| Binary | 10100 | 11111110 | 1010011 | 1011100 | 0 | 1000011 | 0 | 10001000 | 1100011 | 110110 |
Color Harmonies of #14FE53
Complementary color
Monochromatic Colors of #14FE53
Black with #14FE53
Text Example
Text Example
White with #14FE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FE53; }
p { color: rgb(20,254,83); }
H1.HeaderClassName
{
color: #14FE53;
}
.AnyTagClassName
{
color: #14FE53;
}
</style>
background-color css
<style>
a { background-color: #14FE53; }
a { background-color: rgb(20,254,83); }
div.DivClassName
{
background-color: #14FE53;
}
.BgClassName
{
background-color: #14FE53;
}
</style>
border-color css
<style>
span { border-color: #14FE53; }
span { border-color: rgb(20,254,83); }
td.TdClassName
{
border-color: #14FE53;
}
.TagClassName
{
border-color: #14FE53;
}
</style>