Shades of Malachite #14EE37
Tints of Malachite #14EE37
RGB
CMYK
RGB Variations
Color information
#14EE37 (or 0x14EE37) is known color: Malachite. HEX triplet: 14, EE and 37. RGB value is (20,238,55). Sum of RGB (Red+Green+Blue) = 20+238+55=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 238 (93.36% from 255 or 76.04% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 238 - color contains mainly: green. Hex color #14EE37 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EE37 is #EB11C8. Grayscale: #989898. Windows color (decimal): -15405513 or 3665428. OLE color: 3665428.
HSL color Cylindrical-coordinate representation of color #14EE37: hue angle of 129.63º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EE37 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 238 | 55 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.07 |
| HSL | 129.63º | 0.87% | 0.51% | - |
| HSV(B) | 129.63º | 0.92% | 0.93% | - |
| XYZ | 31.55 | 61.57 | 13.84 | - |
| YUV | 151.96 | 73.28 | 33.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 238 | 55 | 0.92 | 0 | 0.77 | 0.07 | 129.63 | 0.87 | 0.51 |
| Hex | 14 | EE | 37 | 5C | 0 | 4D | 7 | 82 | 57 | 33 |
| Octal | 24 | 356 | 67 | 134 | 0 | 115 | 7 | 202 | 127 | 63 |
| Binary | 10100 | 11101110 | 110111 | 1011100 | 0 | 1001101 | 111 | 10000010 | 1010111 | 110011 |
Color Harmonies of #14EE37
Complementary color
Monochromatic Colors of #14EE37
Black with #14EE37
Text Example
Text Example
White with #14EE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EE37; }
p { color: rgb(20,238,55); }
H1.HeaderClassName
{
color: #14EE37;
}
.AnyTagClassName
{
color: #14EE37;
}
</style>
background-color css
<style>
a { background-color: #14EE37; }
a { background-color: rgb(20,238,55); }
div.DivClassName
{
background-color: #14EE37;
}
.BgClassName
{
background-color: #14EE37;
}
</style>
border-color css
<style>
span { border-color: #14EE37; }
span { border-color: rgb(20,238,55); }
td.TdClassName
{
border-color: #14EE37;
}
.TagClassName
{
border-color: #14EE37;
}
</style>