Shades of Malachite #28DC60
Tints of Malachite #28DC60
RGB
CMYK
RGB Variations
Color information
#28DC60 (or 0x28DC60) is known color: Malachite. HEX triplet: 28, DC and 60. RGB value is (40,220,96). Sum of RGB (Red+Green+Blue) = 40+220+96=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 220 (86.33% from 255 or 61.80% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DC60 is #D7239F. Grayscale: #989898. Windows color (decimal): -14099360 or 6347816. OLE color: 6347816.
HSL color Cylindrical-coordinate representation of color #28DC60: hue angle of 138.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DC60 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 96 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.14 |
| HSL | 138.67º | 0.72% | 0.51% | - |
| HSV(B) | 138.67º | 0.82% | 0.86% | - |
| XYZ | 28.58 | 52.48 | 19.69 | - |
| YUV | 152.04 | 96.37 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 96 | 0.82 | 0 | 0.56 | 0.14 | 138.67 | 0.72 | 0.51 |
| Hex | 28 | DC | 60 | 52 | 0 | 38 | E | 8B | 48 | 33 |
| Octal | 50 | 334 | 140 | 122 | 0 | 70 | 16 | 213 | 110 | 63 |
| Binary | 101000 | 11011100 | 1100000 | 1010010 | 0 | 111000 | 1110 | 10001011 | 1001000 | 110011 |
Color Harmonies of #28DC60
Complementary color
Monochromatic Colors of #28DC60
Black with #28DC60
Text Example
Text Example
White with #28DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC60; }
p { color: rgb(40,220,96); }
H1.HeaderClassName
{
color: #28DC60;
}
.AnyTagClassName
{
color: #28DC60;
}
</style>
background-color css
<style>
a { background-color: #28DC60; }
a { background-color: rgb(40,220,96); }
div.DivClassName
{
background-color: #28DC60;
}
.BgClassName
{
background-color: #28DC60;
}
</style>
border-color css
<style>
span { border-color: #28DC60; }
span { border-color: rgb(40,220,96); }
td.TdClassName
{
border-color: #28DC60;
}
.TagClassName
{
border-color: #28DC60;
}
</style>