Shades of Malachite #0CDD37
Tints of Malachite #0CDD37
RGB
CMYK
RGB Variations
Color information
#0CDD37 (or 0x0CDD37) is known color: Malachite. HEX triplet: 0C, DD and 37. RGB value is (12,221,55). Sum of RGB (Red+Green+Blue) = 12+221+55=288 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.17% from 288); Green value is 221 (86.72% from 255 or 76.74% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDD37 is #F322C8. Grayscale: #8C8C8C. Windows color (decimal): -15934153 or 3661068. OLE color: 3661068.
HSL color Cylindrical-coordinate representation of color #0CDD37: hue angle of 132.34º 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 #0CDD37 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 55 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.13 |
| HSL | 132.34º | 0.9% | 0.46% | - |
| HSV(B) | 132.34º | 0.95% | 0.87% | - |
| XYZ | 26.7 | 52.07 | 12.26 | - |
| YUV | 139.59 | 80.26 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 55 | 0.95 | 0 | 0.75 | 0.13 | 132.34 | 0.9 | 0.46 |
| Hex | C | DD | 37 | 5F | 0 | 4B | D | 84 | 5A | 2E |
| Octal | 14 | 335 | 67 | 137 | 0 | 113 | 15 | 204 | 132 | 56 |
| Binary | 1100 | 11011101 | 110111 | 1011111 | 0 | 1001011 | 1101 | 10000100 | 1011010 | 101110 |
Color Harmonies of #0CDD37
Complementary color
Monochromatic Colors of #0CDD37
Black with #0CDD37
Text Example
Text Example
White with #0CDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDD37; }
p { color: rgb(12,221,55); }
H1.HeaderClassName
{
color: #0CDD37;
}
.AnyTagClassName
{
color: #0CDD37;
}
</style>
background-color css
<style>
a { background-color: #0CDD37; }
a { background-color: rgb(12,221,55); }
div.DivClassName
{
background-color: #0CDD37;
}
.BgClassName
{
background-color: #0CDD37;
}
</style>
border-color css
<style>
span { border-color: #0CDD37; }
span { border-color: rgb(12,221,55); }
td.TdClassName
{
border-color: #0CDD37;
}
.TagClassName
{
border-color: #0CDD37;
}
</style>