Shades of Malachite #14CB53
Tints of Malachite #14CB53
RGB
CMYK
RGB Variations
Color information
#14CB53 (or 0x14CB53) is known color: Malachite. HEX triplet: 14, CB and 53. RGB value is (20,203,83). Sum of RGB (Red+Green+Blue) = 20+203+83=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 203 (79.69% from 255 or 66.34% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CB53 is #EB34AC. Grayscale: #868686. Windows color (decimal): -15414445 or 5491476. OLE color: 5491476.
HSL color Cylindrical-coordinate representation of color #14CB53: hue angle of 140.66º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CB53 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 83 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.20 |
| HSL | 140.66º | 0.82% | 0.44% | - |
| HSV(B) | 140.66º | 0.9% | 0.8% | - |
| XYZ | 23.21 | 43.49 | 15.35 | - |
| YUV | 134.6 | 98.87 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 83 | 0.90 | 0 | 0.59 | 0.20 | 140.66 | 0.82 | 0.44 |
| Hex | 14 | CB | 53 | 5A | 0 | 3B | 14 | 8D | 52 | 2C |
| Octal | 24 | 313 | 123 | 132 | 0 | 73 | 24 | 215 | 122 | 54 |
| Binary | 10100 | 11001011 | 1010011 | 1011010 | 0 | 111011 | 10100 | 10001101 | 1010010 | 101100 |
Color Harmonies of #14CB53
Complementary color
Monochromatic Colors of #14CB53
Black with #14CB53
Text Example
Text Example
White with #14CB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CB53; }
p { color: rgb(20,203,83); }
H1.HeaderClassName
{
color: #14CB53;
}
.AnyTagClassName
{
color: #14CB53;
}
</style>
background-color css
<style>
a { background-color: #14CB53; }
a { background-color: rgb(20,203,83); }
div.DivClassName
{
background-color: #14CB53;
}
.BgClassName
{
background-color: #14CB53;
}
</style>
border-color css
<style>
span { border-color: #14CB53; }
span { border-color: rgb(20,203,83); }
td.TdClassName
{
border-color: #14CB53;
}
.TagClassName
{
border-color: #14CB53;
}
</style>