Shades of Malachite #0CDD50
Tints of Malachite #0CDD50
RGB
CMYK
RGB Variations
Color information
#0CDD50 (or 0x0CDD50) is known color: Malachite. HEX triplet: 0C, DD and 50. RGB value is (12,221,80). Sum of RGB (Red+Green+Blue) = 12+221+80=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 221 (86.72% from 255 or 70.61% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDD50 is #F322AF. Grayscale: #8E8E8E. Windows color (decimal): -15934128 or 5299468. OLE color: 5299468.
HSL color Cylindrical-coordinate representation of color #0CDD50: hue angle of 139.52º 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 #0CDD50 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 80 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.13 |
| HSL | 139.52º | 0.9% | 0.46% | - |
| HSV(B) | 139.52º | 0.95% | 0.87% | - |
| XYZ | 27.46 | 52.37 | 16.25 | - |
| YUV | 142.44 | 92.76 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 80 | 0.95 | 0 | 0.64 | 0.13 | 139.52 | 0.9 | 0.46 |
| Hex | C | DD | 50 | 5F | 0 | 40 | D | 8C | 5A | 2E |
| Octal | 14 | 335 | 120 | 137 | 0 | 100 | 15 | 214 | 132 | 56 |
| Binary | 1100 | 11011101 | 1010000 | 1011111 | 0 | 1000000 | 1101 | 10001100 | 1011010 | 101110 |
Color Harmonies of #0CDD50
Complementary color
Monochromatic Colors of #0CDD50
Black with #0CDD50
Text Example
Text Example
White with #0CDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDD50; }
p { color: rgb(12,221,80); }
H1.HeaderClassName
{
color: #0CDD50;
}
.AnyTagClassName
{
color: #0CDD50;
}
</style>
background-color css
<style>
a { background-color: #0CDD50; }
a { background-color: rgb(12,221,80); }
div.DivClassName
{
background-color: #0CDD50;
}
.BgClassName
{
background-color: #0CDD50;
}
</style>
border-color css
<style>
span { border-color: #0CDD50; }
span { border-color: rgb(12,221,80); }
td.TdClassName
{
border-color: #0CDD50;
}
.TagClassName
{
border-color: #0CDD50;
}
</style>