Shades of Malachite #0CDB4E
Tints of Malachite #0CDB4E
RGB
CMYK
RGB Variations
Color information
#0CDB4E (or 0x0CDB4E) is known color: Malachite. HEX triplet: 0C, DB and 4E. RGB value is (12,219,78). Sum of RGB (Red+Green+Blue) = 12+219+78=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 219 (85.94% from 255 or 70.87% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDB4E is #F324B1. Grayscale: #8D8D8D. Windows color (decimal): -15934642 or 5167884. OLE color: 5167884.
HSL color Cylindrical-coordinate representation of color #0CDB4E: hue angle of 139.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDB4E is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 78 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.14 |
| HSL | 139.13º | 0.9% | 0.45% | - |
| HSV(B) | 139.13º | 0.95% | 0.86% | - |
| XYZ | 26.86 | 51.29 | 15.69 | - |
| YUV | 141.03 | 92.42 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 78 | 0.95 | 0 | 0.64 | 0.14 | 139.13 | 0.9 | 0.45 |
| Hex | C | DB | 4E | 5F | 0 | 40 | E | 8B | 5A | 2D |
| Octal | 14 | 333 | 116 | 137 | 0 | 100 | 16 | 213 | 132 | 55 |
| Binary | 1100 | 11011011 | 1001110 | 1011111 | 0 | 1000000 | 1110 | 10001011 | 1011010 | 101101 |
Color Harmonies of #0CDB4E
Complementary color
Monochromatic Colors of #0CDB4E
Black with #0CDB4E
Text Example
Text Example
White with #0CDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDB4E; }
p { color: rgb(12,219,78); }
H1.HeaderClassName
{
color: #0CDB4E;
}
.AnyTagClassName
{
color: #0CDB4E;
}
</style>
background-color css
<style>
a { background-color: #0CDB4E; }
a { background-color: rgb(12,219,78); }
div.DivClassName
{
background-color: #0CDB4E;
}
.BgClassName
{
background-color: #0CDB4E;
}
</style>
border-color css
<style>
span { border-color: #0CDB4E; }
span { border-color: rgb(12,219,78); }
td.TdClassName
{
border-color: #0CDB4E;
}
.TagClassName
{
border-color: #0CDB4E;
}
</style>