Shades of Malachite #0CDC35
Tints of Malachite #0CDC35
RGB
CMYK
RGB Variations
Color information
#0CDC35 (or 0x0CDC35) is known color: Malachite. HEX triplet: 0C, DC and 35. RGB value is (12,220,53). Sum of RGB (Red+Green+Blue) = 12+220+53=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 220 (86.33% from 255 or 77.19% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDC35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDC35 is #F323CA. Grayscale: #8B8B8B. Windows color (decimal): -15934411 or 3529740. OLE color: 3529740.
HSL color Cylindrical-coordinate representation of color #0CDC35: hue angle of 131.83º 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 #0CDC35 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 220 | 53 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.14 |
| HSL | 131.83º | 0.9% | 0.45% | - |
| HSV(B) | 131.83º | 0.95% | 0.86% | - |
| XYZ | 26.39 | 51.52 | 11.92 | - |
| YUV | 138.77 | 79.59 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 220 | 53 | 0.95 | 0 | 0.76 | 0.14 | 131.83 | 0.9 | 0.45 |
| Hex | C | DC | 35 | 5F | 0 | 4C | E | 84 | 5A | 2D |
| Octal | 14 | 334 | 65 | 137 | 0 | 114 | 16 | 204 | 132 | 55 |
| Binary | 1100 | 11011100 | 110101 | 1011111 | 0 | 1001100 | 1110 | 10000100 | 1011010 | 101101 |
Color Harmonies of #0CDC35
Complementary color
Monochromatic Colors of #0CDC35
Black with #0CDC35
Text Example
Text Example
White with #0CDC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDC35; }
p { color: rgb(12,220,53); }
H1.HeaderClassName
{
color: #0CDC35;
}
.AnyTagClassName
{
color: #0CDC35;
}
</style>
background-color css
<style>
a { background-color: #0CDC35; }
a { background-color: rgb(12,220,53); }
div.DivClassName
{
background-color: #0CDC35;
}
.BgClassName
{
background-color: #0CDC35;
}
</style>
border-color css
<style>
span { border-color: #0CDC35; }
span { border-color: rgb(12,220,53); }
td.TdClassName
{
border-color: #0CDC35;
}
.TagClassName
{
border-color: #0CDC35;
}
</style>