Shades of Malachite #1CDB75
Tints of Malachite #1CDB75
RGB
CMYK
RGB Variations
Color information
#1CDB75 (or 0x1CDB75) is known color: Malachite. HEX triplet: 1C, DB and 75. RGB value is (28,219,117). Sum of RGB (Red+Green+Blue) = 28+219+117=364 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.69% from 364); Green value is 219 (85.94% from 255 or 60.16% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 219 - color contains mainly: green. Hex color #1CDB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CDB75 is #E3248A. Grayscale: #969696. Windows color (decimal): -14886027 or 7723804. OLE color: 7723804.
HSL color Cylindrical-coordinate representation of color #1CDB75: hue angle of 147.96º 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 #1CDB75 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 219 | 117 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.14 |
| HSL | 147.96º | 0.77% | 0.48% | - |
| HSV(B) | 147.96º | 0.87% | 0.86% | - |
| XYZ | 29.02 | 52.19 | 25.37 | - |
| YUV | 150.26 | 109.22 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 219 | 117 | 0.87 | 0 | 0.47 | 0.14 | 147.96 | 0.77 | 0.48 |
| Hex | 1C | DB | 75 | 57 | 0 | 2F | E | 94 | 4D | 30 |
| Octal | 34 | 333 | 165 | 127 | 0 | 57 | 16 | 224 | 115 | 60 |
| Binary | 11100 | 11011011 | 1110101 | 1010111 | 0 | 101111 | 1110 | 10010100 | 1001101 | 110000 |
Color Harmonies of #1CDB75
Complementary color
Monochromatic Colors of #1CDB75
Black with #1CDB75
Text Example
Text Example
White with #1CDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDB75; }
p { color: rgb(28,219,117); }
H1.HeaderClassName
{
color: #1CDB75;
}
.AnyTagClassName
{
color: #1CDB75;
}
</style>
background-color css
<style>
a { background-color: #1CDB75; }
a { background-color: rgb(28,219,117); }
div.DivClassName
{
background-color: #1CDB75;
}
.BgClassName
{
background-color: #1CDB75;
}
</style>
border-color css
<style>
span { border-color: #1CDB75; }
span { border-color: rgb(28,219,117); }
td.TdClassName
{
border-color: #1CDB75;
}
.TagClassName
{
border-color: #1CDB75;
}
</style>