Shades of Malachite #1CCD50
Tints of Malachite #1CCD50
RGB
CMYK
RGB Variations
Color information
#1CCD50 (or 0x1CCD50) is known color: Malachite. HEX triplet: 1C, CD and 50. RGB value is (28,205,80). Sum of RGB (Red+Green+Blue) = 28+205+80=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 205 (80.47% from 255 or 65.50% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCD50 is #E332AF. Grayscale: #8A8A8A. Windows color (decimal): -14889648 or 5295388. OLE color: 5295388.
HSL color Cylindrical-coordinate representation of color #1CCD50: hue angle of 137.63º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCD50 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 205 | 80 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.20 |
| HSL | 137.63º | 0.76% | 0.46% | - |
| HSV(B) | 137.63º | 0.86% | 0.8% | - |
| XYZ | 23.76 | 44.49 | 14.92 | - |
| YUV | 137.83 | 95.36 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 80 | 0.86 | 0 | 0.61 | 0.20 | 137.63 | 0.76 | 0.46 |
| Hex | 1C | CD | 50 | 56 | 0 | 3D | 14 | 8A | 4C | 2E |
| Octal | 34 | 315 | 120 | 126 | 0 | 75 | 24 | 212 | 114 | 56 |
| Binary | 11100 | 11001101 | 1010000 | 1010110 | 0 | 111101 | 10100 | 10001010 | 1001100 | 101110 |
Color Harmonies of #1CCD50
Complementary color
Monochromatic Colors of #1CCD50
Black with #1CCD50
Text Example
Text Example
White with #1CCD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCD50; }
p { color: rgb(28,205,80); }
H1.HeaderClassName
{
color: #1CCD50;
}
.AnyTagClassName
{
color: #1CCD50;
}
</style>
background-color css
<style>
a { background-color: #1CCD50; }
a { background-color: rgb(28,205,80); }
div.DivClassName
{
background-color: #1CCD50;
}
.BgClassName
{
background-color: #1CCD50;
}
</style>
border-color css
<style>
span { border-color: #1CCD50; }
span { border-color: rgb(28,205,80); }
td.TdClassName
{
border-color: #1CCD50;
}
.TagClassName
{
border-color: #1CCD50;
}
</style>