Shades of Malachite #1CC64D
Tints of Malachite #1CC64D
RGB
CMYK
RGB Variations
Color information
#1CC64D (or 0x1CC64D) is known color: Malachite. HEX triplet: 1C, C6 and 4D. RGB value is (28,198,77). Sum of RGB (Red+Green+Blue) = 28+198+77=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 198 (77.73% from 255 or 65.35% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC64D is #E339B2. Grayscale: #858585. Windows color (decimal): -14891443 or 5096988. OLE color: 5096988.
HSL color Cylindrical-coordinate representation of color #1CC64D: hue angle of 137.29º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC64D is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 77 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.22 |
| HSL | 137.29º | 0.75% | 0.44% | - |
| HSV(B) | 137.29º | 0.86% | 0.78% | - |
| XYZ | 22.01 | 41.17 | 13.81 | - |
| YUV | 133.38 | 96.18 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 77 | 0.86 | 0 | 0.61 | 0.22 | 137.29 | 0.75 | 0.44 |
| Hex | 1C | C6 | 4D | 56 | 0 | 3D | 16 | 89 | 4B | 2C |
| Octal | 34 | 306 | 115 | 126 | 0 | 75 | 26 | 211 | 113 | 54 |
| Binary | 11100 | 11000110 | 1001101 | 1010110 | 0 | 111101 | 10110 | 10001001 | 1001011 | 101100 |
Color Harmonies of #1CC64D
Complementary color
Monochromatic Colors of #1CC64D
Black with #1CC64D
Text Example
Text Example
White with #1CC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC64D; }
p { color: rgb(28,198,77); }
H1.HeaderClassName
{
color: #1CC64D;
}
.AnyTagClassName
{
color: #1CC64D;
}
</style>
background-color css
<style>
a { background-color: #1CC64D; }
a { background-color: rgb(28,198,77); }
div.DivClassName
{
background-color: #1CC64D;
}
.BgClassName
{
background-color: #1CC64D;
}
</style>
border-color css
<style>
span { border-color: #1CC64D; }
span { border-color: rgb(28,198,77); }
td.TdClassName
{
border-color: #1CC64D;
}
.TagClassName
{
border-color: #1CC64D;
}
</style>