Shades of Malachite #0CDD5E
Tints of Malachite #0CDD5E
RGB
CMYK
RGB Variations
Color information
#0CDD5E (or 0x0CDD5E) is known color: Malachite. HEX triplet: 0C, DD and 5E. RGB value is (12,221,94). Sum of RGB (Red+Green+Blue) = 12+221+94=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 221 (86.72% from 255 or 67.58% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDD5E is #F322A1. Grayscale: #909090. Windows color (decimal): -15934114 or 6216972. OLE color: 6216972.
HSL color Cylindrical-coordinate representation of color #0CDD5E: hue angle of 143.54º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDD5E is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 94 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.13 |
| HSL | 143.54º | 0.9% | 0.46% | - |
| HSV(B) | 143.54º | 0.95% | 0.87% | - |
| XYZ | 28.03 | 52.6 | 19.27 | - |
| YUV | 144.03 | 99.76 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 94 | 0.95 | 0 | 0.57 | 0.13 | 143.54 | 0.9 | 0.46 |
| Hex | C | DD | 5E | 5F | 0 | 39 | D | 90 | 5A | 2E |
| Octal | 14 | 335 | 136 | 137 | 0 | 71 | 15 | 220 | 132 | 56 |
| Binary | 1100 | 11011101 | 1011110 | 1011111 | 0 | 111001 | 1101 | 10010000 | 1011010 | 101110 |
Color Harmonies of #0CDD5E
Complementary color
Monochromatic Colors of #0CDD5E
Black with #0CDD5E
Text Example
Text Example
White with #0CDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDD5E; }
p { color: rgb(12,221,94); }
H1.HeaderClassName
{
color: #0CDD5E;
}
.AnyTagClassName
{
color: #0CDD5E;
}
</style>
background-color css
<style>
a { background-color: #0CDD5E; }
a { background-color: rgb(12,221,94); }
div.DivClassName
{
background-color: #0CDD5E;
}
.BgClassName
{
background-color: #0CDD5E;
}
</style>
border-color css
<style>
span { border-color: #0CDD5E; }
span { border-color: rgb(12,221,94); }
td.TdClassName
{
border-color: #0CDD5E;
}
.TagClassName
{
border-color: #0CDD5E;
}
</style>