Shades of Malachite #14DD4B
Tints of Malachite #14DD4B
RGB
CMYK
RGB Variations
Color information
#14DD4B (or 0x14DD4B) is known color: Malachite. HEX triplet: 14, DD and 4B. RGB value is (20,221,75). Sum of RGB (Red+Green+Blue) = 20+221+75=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DD4B is #EB22B4. Grayscale: #909090. Windows color (decimal): -15409845 or 4971796. OLE color: 4971796.
HSL color Cylindrical-coordinate representation of color #14DD4B: hue angle of 136.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DD4B is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 221 | 75 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.13 |
| HSL | 136.42º | 0.83% | 0.47% | - |
| HSV(B) | 136.42º | 0.91% | 0.87% | - |
| XYZ | 27.41 | 52.37 | 15.32 | - |
| YUV | 144.26 | 88.91 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 221 | 75 | 0.91 | 0 | 0.66 | 0.13 | 136.42 | 0.83 | 0.47 |
| Hex | 14 | DD | 4B | 5B | 0 | 42 | D | 88 | 53 | 2F |
| Octal | 24 | 335 | 113 | 133 | 0 | 102 | 15 | 210 | 123 | 57 |
| Binary | 10100 | 11011101 | 1001011 | 1011011 | 0 | 1000010 | 1101 | 10001000 | 1010011 | 101111 |
Color Harmonies of #14DD4B
Complementary color
Monochromatic Colors of #14DD4B
Black with #14DD4B
Text Example
Text Example
White with #14DD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DD4B; }
p { color: rgb(20,221,75); }
H1.HeaderClassName
{
color: #14DD4B;
}
.AnyTagClassName
{
color: #14DD4B;
}
</style>
background-color css
<style>
a { background-color: #14DD4B; }
a { background-color: rgb(20,221,75); }
div.DivClassName
{
background-color: #14DD4B;
}
.BgClassName
{
background-color: #14DD4B;
}
</style>
border-color css
<style>
span { border-color: #14DD4B; }
span { border-color: rgb(20,221,75); }
td.TdClassName
{
border-color: #14DD4B;
}
.TagClassName
{
border-color: #14DD4B;
}
</style>