Shades of Malachite #0CDB4D
Tints of Malachite #0CDB4D
RGB
CMYK
RGB Variations
Color information
#0CDB4D (or 0x0CDB4D) is known color: Malachite. HEX triplet: 0C, DB and 4D. RGB value is (12,219,77). Sum of RGB (Red+Green+Blue) = 12+219+77=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 219 (85.94% from 255 or 71.10% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDB4D is #F324B2. Grayscale: #8D8D8D. Windows color (decimal): -15934643 or 5102348. OLE color: 5102348.
HSL color Cylindrical-coordinate representation of color #0CDB4D: hue angle of 138.84º 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 #0CDB4D is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 77 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.14 |
| HSL | 138.84º | 0.9% | 0.45% | - |
| HSV(B) | 138.84º | 0.95% | 0.86% | - |
| XYZ | 26.82 | 51.28 | 15.5 | - |
| YUV | 140.92 | 91.92 | 36.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 77 | 0.95 | 0 | 0.65 | 0.14 | 138.84 | 0.9 | 0.45 |
| Hex | C | DB | 4D | 5F | 0 | 41 | E | 8B | 5A | 2D |
| Octal | 14 | 333 | 115 | 137 | 0 | 101 | 16 | 213 | 132 | 55 |
| Binary | 1100 | 11011011 | 1001101 | 1011111 | 0 | 1000001 | 1110 | 10001011 | 1011010 | 101101 |
Color Harmonies of #0CDB4D
Complementary color
Monochromatic Colors of #0CDB4D
Black with #0CDB4D
Text Example
Text Example
White with #0CDB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDB4D; }
p { color: rgb(12,219,77); }
H1.HeaderClassName
{
color: #0CDB4D;
}
.AnyTagClassName
{
color: #0CDB4D;
}
</style>
background-color css
<style>
a { background-color: #0CDB4D; }
a { background-color: rgb(12,219,77); }
div.DivClassName
{
background-color: #0CDB4D;
}
.BgClassName
{
background-color: #0CDB4D;
}
</style>
border-color css
<style>
span { border-color: #0CDB4D; }
span { border-color: rgb(12,219,77); }
td.TdClassName
{
border-color: #0CDB4D;
}
.TagClassName
{
border-color: #0CDB4D;
}
</style>