Shades of Malachite #0CD53C
Tints of Malachite #0CD53C
RGB
CMYK
RGB Variations
Color information
#0CD53C (or 0x0CD53C) is known color: Malachite. HEX triplet: 0C, D5 and 3C. RGB value is (12,213,60). Sum of RGB (Red+Green+Blue) = 12+213+60=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 213 (83.59% from 255 or 74.74% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD53C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD53C is #F32AC3. Grayscale: #878787. Windows color (decimal): -15936196 or 3986700. OLE color: 3986700.
HSL color Cylindrical-coordinate representation of color #0CD53C: hue angle of 134.33º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD53C is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 213 | 60 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.16 |
| HSL | 134.33º | 0.89% | 0.44% | - |
| HSV(B) | 134.33º | 0.94% | 0.84% | - |
| XYZ | 24.76 | 47.99 | 12.23 | - |
| YUV | 135.46 | 85.41 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 213 | 60 | 0.94 | 0 | 0.72 | 0.16 | 134.33 | 0.89 | 0.44 |
| Hex | C | D5 | 3C | 5E | 0 | 48 | 10 | 86 | 59 | 2C |
| Octal | 14 | 325 | 74 | 136 | 0 | 110 | 20 | 206 | 131 | 54 |
| Binary | 1100 | 11010101 | 111100 | 1011110 | 0 | 1001000 | 10000 | 10000110 | 1011001 | 101100 |
Color Harmonies of #0CD53C
Complementary color
Monochromatic Colors of #0CD53C
Black with #0CD53C
Text Example
Text Example
White with #0CD53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD53C; }
p { color: rgb(12,213,60); }
H1.HeaderClassName
{
color: #0CD53C;
}
.AnyTagClassName
{
color: #0CD53C;
}
</style>
background-color css
<style>
a { background-color: #0CD53C; }
a { background-color: rgb(12,213,60); }
div.DivClassName
{
background-color: #0CD53C;
}
.BgClassName
{
background-color: #0CD53C;
}
</style>
border-color css
<style>
span { border-color: #0CD53C; }
span { border-color: rgb(12,213,60); }
td.TdClassName
{
border-color: #0CD53C;
}
.TagClassName
{
border-color: #0CD53C;
}
</style>