Shades of Malachite #0CDD3F
Tints of Malachite #0CDD3F
RGB
CMYK
RGB Variations
Color information
#0CDD3F (or 0x0CDD3F) is known color: Malachite. HEX triplet: 0C, DD and 3F. RGB value is (12,221,63). Sum of RGB (Red+Green+Blue) = 12+221+63=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 221 (86.72% from 255 or 74.66% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDD3F is #F322C0. Grayscale: #8C8C8C. Windows color (decimal): -15934145 or 4185356. OLE color: 4185356.
HSL color Cylindrical-coordinate representation of color #0CDD3F: hue angle of 134.64º 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 #0CDD3F is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 63 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.13 |
| HSL | 134.64º | 0.9% | 0.46% | - |
| HSV(B) | 134.64º | 0.95% | 0.87% | - |
| XYZ | 26.91 | 52.15 | 13.35 | - |
| YUV | 140.5 | 84.26 | 36.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 63 | 0.95 | 0 | 0.71 | 0.13 | 134.64 | 0.9 | 0.46 |
| Hex | C | DD | 3F | 5F | 0 | 47 | D | 87 | 5A | 2E |
| Octal | 14 | 335 | 77 | 137 | 0 | 107 | 15 | 207 | 132 | 56 |
| Binary | 1100 | 11011101 | 111111 | 1011111 | 0 | 1000111 | 1101 | 10000111 | 1011010 | 101110 |
Color Harmonies of #0CDD3F
Complementary color
Monochromatic Colors of #0CDD3F
Black with #0CDD3F
Text Example
Text Example
White with #0CDD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDD3F; }
p { color: rgb(12,221,63); }
H1.HeaderClassName
{
color: #0CDD3F;
}
.AnyTagClassName
{
color: #0CDD3F;
}
</style>
background-color css
<style>
a { background-color: #0CDD3F; }
a { background-color: rgb(12,221,63); }
div.DivClassName
{
background-color: #0CDD3F;
}
.BgClassName
{
background-color: #0CDD3F;
}
</style>
border-color css
<style>
span { border-color: #0CDD3F; }
span { border-color: rgb(12,221,63); }
td.TdClassName
{
border-color: #0CDD3F;
}
.TagClassName
{
border-color: #0CDD3F;
}
</style>