Shades of Malachite #14F753
Tints of Malachite #14F753
RGB
CMYK
RGB Variations
Color information
#14F753 (or 0x14F753) is known color: Malachite. HEX triplet: 14, F7 and 53. RGB value is (20,247,83). Sum of RGB (Red+Green+Blue) = 20+247+83=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 247 (96.88% from 255 or 70.57% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 247 - color contains mainly: green. Hex color #14F753 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F753 is #EB08AC. Grayscale: #A0A0A0. Windows color (decimal): -15403181 or 5502740. OLE color: 5502740.
HSL color Cylindrical-coordinate representation of color #14F753: hue angle of 136.65º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F753 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 247 | 83 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.03 |
| HSL | 136.65º | 0.93% | 0.52% | - |
| HSV(B) | 136.65º | 0.92% | 0.97% | - |
| XYZ | 35.11 | 67.29 | 19.32 | - |
| YUV | 160.43 | 84.29 | 27.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 247 | 83 | 0.92 | 0 | 0.66 | 0.03 | 136.65 | 0.93 | 0.52 |
| Hex | 14 | F7 | 53 | 5C | 0 | 42 | 3 | 89 | 5D | 34 |
| Octal | 24 | 367 | 123 | 134 | 0 | 102 | 3 | 211 | 135 | 64 |
| Binary | 10100 | 11110111 | 1010011 | 1011100 | 0 | 1000010 | 11 | 10001001 | 1011101 | 110100 |
Color Harmonies of #14F753
Complementary color
Monochromatic Colors of #14F753
Black with #14F753
Text Example
Text Example
White with #14F753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F753; }
p { color: rgb(20,247,83); }
H1.HeaderClassName
{
color: #14F753;
}
.AnyTagClassName
{
color: #14F753;
}
</style>
background-color css
<style>
a { background-color: #14F753; }
a { background-color: rgb(20,247,83); }
div.DivClassName
{
background-color: #14F753;
}
.BgClassName
{
background-color: #14F753;
}
</style>
border-color css
<style>
span { border-color: #14F753; }
span { border-color: rgb(20,247,83); }
td.TdClassName
{
border-color: #14F753;
}
.TagClassName
{
border-color: #14F753;
}
</style>