Shades of Malachite #14CF4B
Tints of Malachite #14CF4B
RGB
CMYK
RGB Variations
Color information
#14CF4B (or 0x14CF4B) is known color: Malachite. HEX triplet: 14, CF and 4B. RGB value is (20,207,75). Sum of RGB (Red+Green+Blue) = 20+207+75=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 207 (81.25% from 255 or 68.54% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CF4B is #EB30B4. Grayscale: #888888. Windows color (decimal): -15413429 or 4968212. OLE color: 4968212.
HSL color Cylindrical-coordinate representation of color #14CF4B: hue angle of 137.65º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CF4B is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 75 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.19 |
| HSL | 137.65º | 0.82% | 0.45% | - |
| HSV(B) | 137.65º | 0.9% | 0.81% | - |
| XYZ | 23.87 | 45.28 | 14.14 | - |
| YUV | 136.04 | 93.55 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 75 | 0.90 | 0 | 0.64 | 0.19 | 137.65 | 0.82 | 0.45 |
| Hex | 14 | CF | 4B | 5A | 0 | 40 | 13 | 8A | 52 | 2D |
| Octal | 24 | 317 | 113 | 132 | 0 | 100 | 23 | 212 | 122 | 55 |
| Binary | 10100 | 11001111 | 1001011 | 1011010 | 0 | 1000000 | 10011 | 10001010 | 1010010 | 101101 |
Color Harmonies of #14CF4B
Complementary color
Monochromatic Colors of #14CF4B
Black with #14CF4B
Text Example
Text Example
White with #14CF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CF4B; }
p { color: rgb(20,207,75); }
H1.HeaderClassName
{
color: #14CF4B;
}
.AnyTagClassName
{
color: #14CF4B;
}
</style>
background-color css
<style>
a { background-color: #14CF4B; }
a { background-color: rgb(20,207,75); }
div.DivClassName
{
background-color: #14CF4B;
}
.BgClassName
{
background-color: #14CF4B;
}
</style>
border-color css
<style>
span { border-color: #14CF4B; }
span { border-color: rgb(20,207,75); }
td.TdClassName
{
border-color: #14CF4B;
}
.TagClassName
{
border-color: #14CF4B;
}
</style>