Shades of Malachite #0CD83F
Tints of Malachite #0CD83F
RGB
CMYK
RGB Variations
Color information
#0CD83F (or 0x0CD83F) is known color: Malachite. HEX triplet: 0C, D8 and 3F. RGB value is (12,216,63). Sum of RGB (Red+Green+Blue) = 12+216+63=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 216 (84.77% from 255 or 74.23% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD83F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD83F is #F327C0. Grayscale: #898989. Windows color (decimal): -15935425 or 4184076. OLE color: 4184076.
HSL color Cylindrical-coordinate representation of color #0CD83F: hue angle of 135º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD83F is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 216 | 63 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.15 |
| HSL | 135º | 0.89% | 0.45% | - |
| HSV(B) | 135º | 0.94% | 0.85% | - |
| XYZ | 25.6 | 49.55 | 12.92 | - |
| YUV | 137.56 | 85.91 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 216 | 63 | 0.94 | 0 | 0.71 | 0.15 | 135 | 0.89 | 0.45 |
| Hex | C | D8 | 3F | 5E | 0 | 47 | F | 87 | 59 | 2D |
| Octal | 14 | 330 | 77 | 136 | 0 | 107 | 17 | 207 | 131 | 55 |
| Binary | 1100 | 11011000 | 111111 | 1011110 | 0 | 1000111 | 1111 | 10000111 | 1011001 | 101101 |
Color Harmonies of #0CD83F
Complementary color
Monochromatic Colors of #0CD83F
Black with #0CD83F
Text Example
Text Example
White with #0CD83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD83F; }
p { color: rgb(12,216,63); }
H1.HeaderClassName
{
color: #0CD83F;
}
.AnyTagClassName
{
color: #0CD83F;
}
</style>
background-color css
<style>
a { background-color: #0CD83F; }
a { background-color: rgb(12,216,63); }
div.DivClassName
{
background-color: #0CD83F;
}
.BgClassName
{
background-color: #0CD83F;
}
</style>
border-color css
<style>
span { border-color: #0CD83F; }
span { border-color: rgb(12,216,63); }
td.TdClassName
{
border-color: #0CD83F;
}
.TagClassName
{
border-color: #0CD83F;
}
</style>