Shades of Malachite #1CD053
Tints of Malachite #1CD053
RGB
CMYK
RGB Variations
Color information
#1CD053 (or 0x1CD053) is known color: Malachite. HEX triplet: 1C, D0 and 53. RGB value is (28,208,83). Sum of RGB (Red+Green+Blue) = 28+208+83=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 208 (81.64% from 255 or 65.20% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD053 is #E32FAC. Grayscale: #8C8C8C. Windows color (decimal): -14888877 or 5492764. OLE color: 5492764.
HSL color Cylindrical-coordinate representation of color #1CD053: hue angle of 138.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD053 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 208 | 83 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.18 |
| HSL | 138.33º | 0.76% | 0.46% | - |
| HSV(B) | 138.33º | 0.87% | 0.82% | - |
| XYZ | 24.6 | 45.98 | 15.76 | - |
| YUV | 139.93 | 95.87 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 208 | 83 | 0.87 | 0 | 0.60 | 0.18 | 138.33 | 0.76 | 0.46 |
| Hex | 1C | D0 | 53 | 57 | 0 | 3C | 12 | 8A | 4C | 2E |
| Octal | 34 | 320 | 123 | 127 | 0 | 74 | 22 | 212 | 114 | 56 |
| Binary | 11100 | 11010000 | 1010011 | 1010111 | 0 | 111100 | 10010 | 10001010 | 1001100 | 101110 |
Color Harmonies of #1CD053
Complementary color
Monochromatic Colors of #1CD053
Black with #1CD053
Text Example
Text Example
White with #1CD053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD053; }
p { color: rgb(28,208,83); }
H1.HeaderClassName
{
color: #1CD053;
}
.AnyTagClassName
{
color: #1CD053;
}
</style>
background-color css
<style>
a { background-color: #1CD053; }
a { background-color: rgb(28,208,83); }
div.DivClassName
{
background-color: #1CD053;
}
.BgClassName
{
background-color: #1CD053;
}
</style>
border-color css
<style>
span { border-color: #1CD053; }
span { border-color: rgb(28,208,83); }
td.TdClassName
{
border-color: #1CD053;
}
.TagClassName
{
border-color: #1CD053;
}
</style>