Shades of Malachite #12DD65
Tints of Malachite #12DD65
RGB
CMYK
RGB Variations
Color information
#12DD65 (or 0x12DD65) is known color: Malachite. HEX triplet: 12, DD and 65. RGB value is (18,221,101). Sum of RGB (Red+Green+Blue) = 18+221+101=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DD65 is #ED229A. Grayscale: #929292. Windows color (decimal): -15540891 or 6675730. OLE color: 6675730.
HSL color Cylindrical-coordinate representation of color #12DD65: hue angle of 144.53º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DD65 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 101 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.13 |
| HSL | 144.53º | 0.85% | 0.47% | - |
| HSV(B) | 144.53º | 0.92% | 0.87% | - |
| XYZ | 28.45 | 52.78 | 21 | - |
| YUV | 146.62 | 102.25 | 36.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 101 | 0.92 | 0 | 0.54 | 0.13 | 144.53 | 0.85 | 0.47 |
| Hex | 12 | DD | 65 | 5C | 0 | 36 | D | 91 | 55 | 2F |
| Octal | 22 | 335 | 145 | 134 | 0 | 66 | 15 | 221 | 125 | 57 |
| Binary | 10010 | 11011101 | 1100101 | 1011100 | 0 | 110110 | 1101 | 10010001 | 1010101 | 101111 |
Color Harmonies of #12DD65
Complementary color
Monochromatic Colors of #12DD65
Black with #12DD65
Text Example
Text Example
White with #12DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DD65; }
p { color: rgb(18,221,101); }
H1.HeaderClassName
{
color: #12DD65;
}
.AnyTagClassName
{
color: #12DD65;
}
</style>
background-color css
<style>
a { background-color: #12DD65; }
a { background-color: rgb(18,221,101); }
div.DivClassName
{
background-color: #12DD65;
}
.BgClassName
{
background-color: #12DD65;
}
</style>
border-color css
<style>
span { border-color: #12DD65; }
span { border-color: rgb(18,221,101); }
td.TdClassName
{
border-color: #12DD65;
}
.TagClassName
{
border-color: #12DD65;
}
</style>