Shades of Malachite #1CD04E
Tints of Malachite #1CD04E
RGB
CMYK
RGB Variations
Color information
#1CD04E (or 0x1CD04E) is known color: Malachite. HEX triplet: 1C, D0 and 4E. RGB value is (28,208,78). Sum of RGB (Red+Green+Blue) = 28+208+78=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 208 (81.64% from 255 or 66.24% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD04E is #E32FB1. Grayscale: #8B8B8B. Windows color (decimal): -14888882 or 5165084. OLE color: 5165084.
HSL color Cylindrical-coordinate representation of color #1CD04E: hue angle of 136.67º 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 #1CD04E is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 208 | 78 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.18 |
| HSL | 136.67º | 0.76% | 0.46% | - |
| HSV(B) | 136.67º | 0.87% | 0.82% | - |
| XYZ | 24.41 | 45.91 | 14.78 | - |
| YUV | 139.36 | 93.37 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 208 | 78 | 0.87 | 0 | 0.62 | 0.18 | 136.67 | 0.76 | 0.46 |
| Hex | 1C | D0 | 4E | 57 | 0 | 3E | 12 | 89 | 4C | 2E |
| Octal | 34 | 320 | 116 | 127 | 0 | 76 | 22 | 211 | 114 | 56 |
| Binary | 11100 | 11010000 | 1001110 | 1010111 | 0 | 111110 | 10010 | 10001001 | 1001100 | 101110 |
Color Harmonies of #1CD04E
Complementary color
Monochromatic Colors of #1CD04E
Black with #1CD04E
Text Example
Text Example
White with #1CD04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD04E; }
p { color: rgb(28,208,78); }
H1.HeaderClassName
{
color: #1CD04E;
}
.AnyTagClassName
{
color: #1CD04E;
}
</style>
background-color css
<style>
a { background-color: #1CD04E; }
a { background-color: rgb(28,208,78); }
div.DivClassName
{
background-color: #1CD04E;
}
.BgClassName
{
background-color: #1CD04E;
}
</style>
border-color css
<style>
span { border-color: #1CD04E; }
span { border-color: rgb(28,208,78); }
td.TdClassName
{
border-color: #1CD04E;
}
.TagClassName
{
border-color: #1CD04E;
}
</style>