Shades of Malachite #0CDD5C
Tints of Malachite #0CDD5C
RGB
CMYK
RGB Variations
Color information
#0CDD5C (or 0x0CDD5C) is known color: Malachite. HEX triplet: 0C, DD and 5C. RGB value is (12,221,92). Sum of RGB (Red+Green+Blue) = 12+221+92=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 221 (86.72% from 255 or 68% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDD5C is #F322A3. Grayscale: #909090. Windows color (decimal): -15934116 or 6085900. OLE color: 6085900.
HSL color Cylindrical-coordinate representation of color #0CDD5C: hue angle of 142.97º 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 #0CDD5C is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 92 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.13 |
| HSL | 142.97º | 0.9% | 0.46% | - |
| HSV(B) | 142.97º | 0.95% | 0.87% | - |
| XYZ | 27.94 | 52.56 | 18.8 | - |
| YUV | 143.8 | 98.76 | 33.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 92 | 0.95 | 0 | 0.58 | 0.13 | 142.97 | 0.9 | 0.46 |
| Hex | C | DD | 5C | 5F | 0 | 3A | D | 8F | 5A | 2E |
| Octal | 14 | 335 | 134 | 137 | 0 | 72 | 15 | 217 | 132 | 56 |
| Binary | 1100 | 11011101 | 1011100 | 1011111 | 0 | 111010 | 1101 | 10001111 | 1011010 | 101110 |
Color Harmonies of #0CDD5C
Complementary color
Monochromatic Colors of #0CDD5C
Black with #0CDD5C
Text Example
Text Example
White with #0CDD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDD5C; }
p { color: rgb(12,221,92); }
H1.HeaderClassName
{
color: #0CDD5C;
}
.AnyTagClassName
{
color: #0CDD5C;
}
</style>
background-color css
<style>
a { background-color: #0CDD5C; }
a { background-color: rgb(12,221,92); }
div.DivClassName
{
background-color: #0CDD5C;
}
.BgClassName
{
background-color: #0CDD5C;
}
</style>
border-color css
<style>
span { border-color: #0CDD5C; }
span { border-color: rgb(12,221,92); }
td.TdClassName
{
border-color: #0CDD5C;
}
.TagClassName
{
border-color: #0CDD5C;
}
</style>