Shades of Malachite #1CDD3F
Tints of Malachite #1CDD3F
RGB
CMYK
RGB Variations
Color information
#1CDD3F (or 0x1CDD3F) is known color: Malachite. HEX triplet: 1C, DD and 3F. RGB value is (28,221,63). Sum of RGB (Red+Green+Blue) = 28+221+63=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDD3F is #E322C0. Grayscale: #919191. Windows color (decimal): -14885569 or 4185372. OLE color: 4185372.
HSL color Cylindrical-coordinate representation of color #1CDD3F: hue angle of 130.88º 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 #1CDD3F is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 63 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.13 |
| HSL | 130.88º | 0.78% | 0.49% | - |
| HSV(B) | 130.88º | 0.87% | 0.87% | - |
| XYZ | 27.23 | 52.32 | 13.37 | - |
| YUV | 145.28 | 81.56 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 63 | 0.87 | 0 | 0.71 | 0.13 | 130.88 | 0.78 | 0.49 |
| Hex | 1C | DD | 3F | 57 | 0 | 47 | D | 83 | 4E | 31 |
| Octal | 34 | 335 | 77 | 127 | 0 | 107 | 15 | 203 | 116 | 61 |
| Binary | 11100 | 11011101 | 111111 | 1010111 | 0 | 1000111 | 1101 | 10000011 | 1001110 | 110001 |
Color Harmonies of #1CDD3F
Complementary color
Monochromatic Colors of #1CDD3F
Black with #1CDD3F
Text Example
Text Example
White with #1CDD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDD3F; }
p { color: rgb(28,221,63); }
H1.HeaderClassName
{
color: #1CDD3F;
}
.AnyTagClassName
{
color: #1CDD3F;
}
</style>
background-color css
<style>
a { background-color: #1CDD3F; }
a { background-color: rgb(28,221,63); }
div.DivClassName
{
background-color: #1CDD3F;
}
.BgClassName
{
background-color: #1CDD3F;
}
</style>
border-color css
<style>
span { border-color: #1CDD3F; }
span { border-color: rgb(28,221,63); }
td.TdClassName
{
border-color: #1CDD3F;
}
.TagClassName
{
border-color: #1CDD3F;
}
</style>