Shades of Malachite #1CD14D
Tints of Malachite #1CD14D
RGB
CMYK
RGB Variations
Color information
#1CD14D (or 0x1CD14D) is known color: Malachite. HEX triplet: 1C, D1 and 4D. RGB value is (28,209,77). Sum of RGB (Red+Green+Blue) = 28+209+77=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 209 (82.03% from 255 or 66.56% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD14D is #E32EB2. Grayscale: #8C8C8C. Windows color (decimal): -14888627 or 5099804. OLE color: 5099804.
HSL color Cylindrical-coordinate representation of color #1CD14D: hue angle of 136.24º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD14D is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 209 | 77 | - |
| CMYK | 0.87 | 0 | 0.63 | 0.18 |
| HSL | 136.24º | 0.76% | 0.46% | - |
| HSV(B) | 136.24º | 0.87% | 0.82% | - |
| XYZ | 24.62 | 46.38 | 14.68 | - |
| YUV | 139.83 | 92.53 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 209 | 77 | 0.87 | 0 | 0.63 | 0.18 | 136.24 | 0.76 | 0.46 |
| Hex | 1C | D1 | 4D | 57 | 0 | 3F | 12 | 88 | 4C | 2E |
| Octal | 34 | 321 | 115 | 127 | 0 | 77 | 22 | 210 | 114 | 56 |
| Binary | 11100 | 11010001 | 1001101 | 1010111 | 0 | 111111 | 10010 | 10001000 | 1001100 | 101110 |
Color Harmonies of #1CD14D
Complementary color
Monochromatic Colors of #1CD14D
Black with #1CD14D
Text Example
Text Example
White with #1CD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD14D; }
p { color: rgb(28,209,77); }
H1.HeaderClassName
{
color: #1CD14D;
}
.AnyTagClassName
{
color: #1CD14D;
}
</style>
background-color css
<style>
a { background-color: #1CD14D; }
a { background-color: rgb(28,209,77); }
div.DivClassName
{
background-color: #1CD14D;
}
.BgClassName
{
background-color: #1CD14D;
}
</style>
border-color css
<style>
span { border-color: #1CD14D; }
span { border-color: rgb(28,209,77); }
td.TdClassName
{
border-color: #1CD14D;
}
.TagClassName
{
border-color: #1CD14D;
}
</style>