Shades of Malachite #0CCD52
Tints of Malachite #0CCD52
RGB
CMYK
RGB Variations
Color information
#0CCD52 (or 0x0CCD52) is known color: Malachite. HEX triplet: 0C, CD and 52. RGB value is (12,205,82). Sum of RGB (Red+Green+Blue) = 12+205+82=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 205 (80.47% from 255 or 68.56% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCD52 is #F332AD. Grayscale: #858585. Windows color (decimal): -15938222 or 5426444. OLE color: 5426444.
HSL color Cylindrical-coordinate representation of color #0CCD52: hue angle of 141.76º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCD52 is Cyan = 0.94, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 82 | - |
| CMYK | 0.94 | 0 | 0.6 | 0.20 |
| HSL | 141.76º | 0.89% | 0.43% | - |
| HSV(B) | 141.76º | 0.94% | 0.8% | - |
| XYZ | 23.51 | 44.35 | 15.3 | - |
| YUV | 133.27 | 99.06 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 82 | 0.94 | 0 | 0.6 | 0.20 | 141.76 | 0.89 | 0.43 |
| Hex | C | CD | 52 | 5E | 0 | 3C | 14 | 8E | 59 | 2B |
| Octal | 14 | 315 | 122 | 136 | 0 | 74 | 24 | 216 | 131 | 53 |
| Binary | 1100 | 11001101 | 1010010 | 1011110 | 0 | 111100 | 10100 | 10001110 | 1011001 | 101011 |
Color Harmonies of #0CCD52
Complementary color
Monochromatic Colors of #0CCD52
Black with #0CCD52
Text Example
Text Example
White with #0CCD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCD52; }
p { color: rgb(12,205,82); }
H1.HeaderClassName
{
color: #0CCD52;
}
.AnyTagClassName
{
color: #0CCD52;
}
</style>
background-color css
<style>
a { background-color: #0CCD52; }
a { background-color: rgb(12,205,82); }
div.DivClassName
{
background-color: #0CCD52;
}
.BgClassName
{
background-color: #0CCD52;
}
</style>
border-color css
<style>
span { border-color: #0CCD52; }
span { border-color: rgb(12,205,82); }
td.TdClassName
{
border-color: #0CCD52;
}
.TagClassName
{
border-color: #0CCD52;
}
</style>