Shades of Malachite #14FF4B
Tints of Malachite #14FF4B
RGB
CMYK
RGB Variations
Color information
#14FF4B (or 0x14FF4B) is known color: Malachite. HEX triplet: 14, FF and 4B. RGB value is (20,255,75). Sum of RGB (Red+Green+Blue) = 20+255+75=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 255 (100% from 255 or 72.86% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FF4B is #EB00B4. Grayscale: #A4A4A4. Windows color (decimal): -15401141 or 4980500. OLE color: 4980500.
HSL color Cylindrical-coordinate representation of color #14FF4B: hue angle of 134.04º 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 #14FF4B is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 75 | - |
| CMYK | 0.92 | 0 | 0.71 | 0 |
| HSL | 134.04º | 1% | 0.54% | - |
| HSV(B) | 134.04º | 0.92% | 1% | - |
| XYZ | 37.32 | 72.18 | 18.62 | - |
| YUV | 164.22 | 77.64 | 25.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 75 | 0.92 | 0 | 0.71 | 0 | 134.04 | 1 | 0.54 |
| Hex | 14 | FF | 4B | 5C | 0 | 47 | 0 | 86 | 64 | 36 |
| Octal | 24 | 377 | 113 | 134 | 0 | 107 | 0 | 206 | 144 | 66 |
| Binary | 10100 | 11111111 | 1001011 | 1011100 | 0 | 1000111 | 0 | 10000110 | 1100100 | 110110 |
Color Harmonies of #14FF4B
Complementary color
Monochromatic Colors of #14FF4B
Black with #14FF4B
Text Example
Text Example
White with #14FF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FF4B; }
p { color: rgb(20,255,75); }
H1.HeaderClassName
{
color: #14FF4B;
}
.AnyTagClassName
{
color: #14FF4B;
}
</style>
background-color css
<style>
a { background-color: #14FF4B; }
a { background-color: rgb(20,255,75); }
div.DivClassName
{
background-color: #14FF4B;
}
.BgClassName
{
background-color: #14FF4B;
}
</style>
border-color css
<style>
span { border-color: #14FF4B; }
span { border-color: rgb(20,255,75); }
td.TdClassName
{
border-color: #14FF4B;
}
.TagClassName
{
border-color: #14FF4B;
}
</style>