Shades of Malachite #14FF53
Tints of Malachite #14FF53
RGB
CMYK
RGB Variations
Color information
#14FF53 (or 0x14FF53) is known color: Malachite. HEX triplet: 14, FF and 53. RGB value is (20,255,83). Sum of RGB (Red+Green+Blue) = 20+255+83=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 255 (100% from 255 or 71.23% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF53 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FF53 is #EB00AC. Grayscale: #A5A5A5. Windows color (decimal): -15401133 or 5504788. OLE color: 5504788.
HSL color Cylindrical-coordinate representation of color #14FF53: hue angle of 136.09º 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 #14FF53 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 83 | - |
| CMYK | 0.92 | 0 | 0.67 | 0 |
| HSL | 136.09º | 1% | 0.54% | - |
| HSV(B) | 136.09º | 0.92% | 1% | - |
| XYZ | 37.61 | 72.29 | 20.16 | - |
| YUV | 165.13 | 81.64 | 24.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 83 | 0.92 | 0 | 0.67 | 0 | 136.09 | 1 | 0.54 |
| Hex | 14 | FF | 53 | 5C | 0 | 43 | 0 | 88 | 64 | 36 |
| Octal | 24 | 377 | 123 | 134 | 0 | 103 | 0 | 210 | 144 | 66 |
| Binary | 10100 | 11111111 | 1010011 | 1011100 | 0 | 1000011 | 0 | 10001000 | 1100100 | 110110 |
Color Harmonies of #14FF53
Complementary color
Monochromatic Colors of #14FF53
Black with #14FF53
Text Example
Text Example
White with #14FF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FF53; }
p { color: rgb(20,255,83); }
H1.HeaderClassName
{
color: #14FF53;
}
.AnyTagClassName
{
color: #14FF53;
}
</style>
background-color css
<style>
a { background-color: #14FF53; }
a { background-color: rgb(20,255,83); }
div.DivClassName
{
background-color: #14FF53;
}
.BgClassName
{
background-color: #14FF53;
}
</style>
border-color css
<style>
span { border-color: #14FF53; }
span { border-color: rgb(20,255,83); }
td.TdClassName
{
border-color: #14FF53;
}
.TagClassName
{
border-color: #14FF53;
}
</style>