Shades of Malachite #0CDE3F
Tints of Malachite #0CDE3F
RGB
CMYK
RGB Variations
Color information
#0CDE3F (or 0x0CDE3F) is known color: Malachite. HEX triplet: 0C, DE and 3F. RGB value is (12,222,63). Sum of RGB (Red+Green+Blue) = 12+222+63=297 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.04% from 297); Green value is 222 (87.11% from 255 or 74.75% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 222 - color contains mainly: green. Hex color #0CDE3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDE3F is #F321C0. Grayscale: #8D8D8D. Windows color (decimal): -15933889 or 4185612. OLE color: 4185612.
HSL color Cylindrical-coordinate representation of color #0CDE3F: hue angle of 134.57º 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 #0CDE3F is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 222 | 63 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.13 |
| HSL | 134.57º | 0.9% | 0.46% | - |
| HSV(B) | 134.57º | 0.95% | 0.87% | - |
| XYZ | 27.17 | 52.68 | 13.44 | - |
| YUV | 141.08 | 83.93 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 222 | 63 | 0.95 | 0 | 0.72 | 0.13 | 134.57 | 0.9 | 0.46 |
| Hex | C | DE | 3F | 5F | 0 | 48 | D | 87 | 5A | 2E |
| Octal | 14 | 336 | 77 | 137 | 0 | 110 | 15 | 207 | 132 | 56 |
| Binary | 1100 | 11011110 | 111111 | 1011111 | 0 | 1001000 | 1101 | 10000111 | 1011010 | 101110 |
Color Harmonies of #0CDE3F
Complementary color
Monochromatic Colors of #0CDE3F
Black with #0CDE3F
Text Example
Text Example
White with #0CDE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDE3F; }
p { color: rgb(12,222,63); }
H1.HeaderClassName
{
color: #0CDE3F;
}
.AnyTagClassName
{
color: #0CDE3F;
}
</style>
background-color css
<style>
a { background-color: #0CDE3F; }
a { background-color: rgb(12,222,63); }
div.DivClassName
{
background-color: #0CDE3F;
}
.BgClassName
{
background-color: #0CDE3F;
}
</style>
border-color css
<style>
span { border-color: #0CDE3F; }
span { border-color: rgb(12,222,63); }
td.TdClassName
{
border-color: #0CDE3F;
}
.TagClassName
{
border-color: #0CDE3F;
}
</style>