Shades of Malachite #1CDD40
Tints of Malachite #1CDD40
RGB
CMYK
RGB Variations
Color information
#1CDD40 (or 0x1CDD40) is known color: Malachite. HEX triplet: 1C, DD and 40. RGB value is (28,221,64). Sum of RGB (Red+Green+Blue) = 28+221+64=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 221 (86.72% from 255 or 70.61% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDD40 is #E322BF. Grayscale: #919191. Windows color (decimal): -14885568 or 4250908. OLE color: 4250908.
HSL color Cylindrical-coordinate representation of color #1CDD40: hue angle of 131.19º 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 #1CDD40 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 64 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.13 |
| HSL | 131.19º | 0.78% | 0.49% | - |
| HSV(B) | 131.19º | 0.87% | 0.87% | - |
| XYZ | 27.26 | 52.33 | 13.51 | - |
| YUV | 145.4 | 82.06 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 64 | 0.87 | 0 | 0.71 | 0.13 | 131.19 | 0.78 | 0.49 |
| Hex | 1C | DD | 40 | 57 | 0 | 47 | D | 83 | 4E | 31 |
| Octal | 34 | 335 | 100 | 127 | 0 | 107 | 15 | 203 | 116 | 61 |
| Binary | 11100 | 11011101 | 1000000 | 1010111 | 0 | 1000111 | 1101 | 10000011 | 1001110 | 110001 |
Color Harmonies of #1CDD40
Complementary color
Monochromatic Colors of #1CDD40
Black with #1CDD40
Text Example
Text Example
White with #1CDD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDD40; }
p { color: rgb(28,221,64); }
H1.HeaderClassName
{
color: #1CDD40;
}
.AnyTagClassName
{
color: #1CDD40;
}
</style>
background-color css
<style>
a { background-color: #1CDD40; }
a { background-color: rgb(28,221,64); }
div.DivClassName
{
background-color: #1CDD40;
}
.BgClassName
{
background-color: #1CDD40;
}
</style>
border-color css
<style>
span { border-color: #1CDD40; }
span { border-color: rgb(28,221,64); }
td.TdClassName
{
border-color: #1CDD40;
}
.TagClassName
{
border-color: #1CDD40;
}
</style>