Shades of Malachite #1CDD42
Tints of Malachite #1CDD42
RGB
CMYK
RGB Variations
Color information
#1CDD42 (or 0x1CDD42) is known color: Malachite. HEX triplet: 1C, DD and 42. RGB value is (28,221,66). Sum of RGB (Red+Green+Blue) = 28+221+66=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 221 (86.72% from 255 or 70.16% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDD42 is #E322BD. Grayscale: #929292. Windows color (decimal): -14885566 or 4381980. OLE color: 4381980.
HSL color Cylindrical-coordinate representation of color #1CDD42: hue angle of 131.81º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDD42 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 66 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.13 |
| HSL | 131.81º | 0.78% | 0.49% | - |
| HSV(B) | 131.81º | 0.87% | 0.87% | - |
| XYZ | 27.32 | 52.35 | 13.82 | - |
| YUV | 145.62 | 83.06 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 66 | 0.87 | 0 | 0.70 | 0.13 | 131.81 | 0.78 | 0.49 |
| Hex | 1C | DD | 42 | 57 | 0 | 46 | D | 84 | 4E | 31 |
| Octal | 34 | 335 | 102 | 127 | 0 | 106 | 15 | 204 | 116 | 61 |
| Binary | 11100 | 11011101 | 1000010 | 1010111 | 0 | 1000110 | 1101 | 10000100 | 1001110 | 110001 |
Color Harmonies of #1CDD42
Complementary color
Monochromatic Colors of #1CDD42
Black with #1CDD42
Text Example
Text Example
White with #1CDD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDD42; }
p { color: rgb(28,221,66); }
H1.HeaderClassName
{
color: #1CDD42;
}
.AnyTagClassName
{
color: #1CDD42;
}
</style>
background-color css
<style>
a { background-color: #1CDD42; }
a { background-color: rgb(28,221,66); }
div.DivClassName
{
background-color: #1CDD42;
}
.BgClassName
{
background-color: #1CDD42;
}
</style>
border-color css
<style>
span { border-color: #1CDD42; }
span { border-color: rgb(28,221,66); }
td.TdClassName
{
border-color: #1CDD42;
}
.TagClassName
{
border-color: #1CDD42;
}
</style>