Shades of Malachite #1CDA75
Tints of Malachite #1CDA75
RGB
CMYK
RGB Variations
Color information
#1CDA75 (or 0x1CDA75) is known color: Malachite. HEX triplet: 1C, DA and 75. RGB value is (28,218,117). Sum of RGB (Red+Green+Blue) = 28+218+117=363 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.71% from 363); Green value is 218 (85.55% from 255 or 60.06% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 218 - color contains mainly: green. Hex color #1CDA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CDA75 is #E3258A. Grayscale: #959595. Windows color (decimal): -14886283 or 7723548. OLE color: 7723548.
HSL color Cylindrical-coordinate representation of color #1CDA75: hue angle of 148.11º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDA75 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 218 | 117 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.15 |
| HSL | 148.11º | 0.77% | 0.48% | - |
| HSV(B) | 148.11º | 0.87% | 0.85% | - |
| XYZ | 28.76 | 51.67 | 25.29 | - |
| YUV | 149.68 | 109.55 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 218 | 117 | 0.87 | 0 | 0.46 | 0.15 | 148.11 | 0.77 | 0.48 |
| Hex | 1C | DA | 75 | 57 | 0 | 2E | F | 94 | 4D | 30 |
| Octal | 34 | 332 | 165 | 127 | 0 | 56 | 17 | 224 | 115 | 60 |
| Binary | 11100 | 11011010 | 1110101 | 1010111 | 0 | 101110 | 1111 | 10010100 | 1001101 | 110000 |
Color Harmonies of #1CDA75
Complementary color
Monochromatic Colors of #1CDA75
Black with #1CDA75
Text Example
Text Example
White with #1CDA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDA75; }
p { color: rgb(28,218,117); }
H1.HeaderClassName
{
color: #1CDA75;
}
.AnyTagClassName
{
color: #1CDA75;
}
</style>
background-color css
<style>
a { background-color: #1CDA75; }
a { background-color: rgb(28,218,117); }
div.DivClassName
{
background-color: #1CDA75;
}
.BgClassName
{
background-color: #1CDA75;
}
</style>
border-color css
<style>
span { border-color: #1CDA75; }
span { border-color: rgb(28,218,117); }
td.TdClassName
{
border-color: #1CDA75;
}
.TagClassName
{
border-color: #1CDA75;
}
</style>