Shades of Malachite #1CDB5F
Tints of Malachite #1CDB5F
RGB
CMYK
RGB Variations
Color information
#1CDB5F (or 0x1CDB5F) is known color: Malachite. HEX triplet: 1C, DB and 5F. RGB value is (28,219,95). Sum of RGB (Red+Green+Blue) = 28+219+95=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 219 (85.94% from 255 or 64.04% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 219 - color contains mainly: green. Hex color #1CDB5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CDB5F is #E324A0. Grayscale: #949494. Windows color (decimal): -14886049 or 6282012. OLE color: 6282012.
HSL color Cylindrical-coordinate representation of color #1CDB5F: hue angle of 141.05º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDB5F is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 219 | 95 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.14 |
| HSL | 141.05º | 0.77% | 0.48% | - |
| HSV(B) | 141.05º | 0.87% | 0.86% | - |
| XYZ | 27.88 | 51.74 | 19.34 | - |
| YUV | 147.76 | 98.22 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 219 | 95 | 0.87 | 0 | 0.57 | 0.14 | 141.05 | 0.77 | 0.48 |
| Hex | 1C | DB | 5F | 57 | 0 | 39 | E | 8D | 4D | 30 |
| Octal | 34 | 333 | 137 | 127 | 0 | 71 | 16 | 215 | 115 | 60 |
| Binary | 11100 | 11011011 | 1011111 | 1010111 | 0 | 111001 | 1110 | 10001101 | 1001101 | 110000 |
Color Harmonies of #1CDB5F
Complementary color
Monochromatic Colors of #1CDB5F
Black with #1CDB5F
Text Example
Text Example
White with #1CDB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDB5F; }
p { color: rgb(28,219,95); }
H1.HeaderClassName
{
color: #1CDB5F;
}
.AnyTagClassName
{
color: #1CDB5F;
}
</style>
background-color css
<style>
a { background-color: #1CDB5F; }
a { background-color: rgb(28,219,95); }
div.DivClassName
{
background-color: #1CDB5F;
}
.BgClassName
{
background-color: #1CDB5F;
}
</style>
border-color css
<style>
span { border-color: #1CDB5F; }
span { border-color: rgb(28,219,95); }
td.TdClassName
{
border-color: #1CDB5F;
}
.TagClassName
{
border-color: #1CDB5F;
}
</style>