Shades of Malachite #28DC4E
Tints of Malachite #28DC4E
RGB
CMYK
RGB Variations
Color information
#28DC4E (or 0x28DC4E) is known color: Malachite. HEX triplet: 28, DC and 4E. RGB value is (40,220,78). Sum of RGB (Red+Green+Blue) = 40+220+78=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DC4E is #D723B1. Grayscale: #969696. Windows color (decimal): -14099378 or 5168168. OLE color: 5168168.
HSL color Cylindrical-coordinate representation of color #28DC4E: hue angle of 132.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 #28DC4E is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 78 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.14 |
| HSL | 132.67º | 0.72% | 0.51% | - |
| HSV(B) | 132.67º | 0.82% | 0.86% | - |
| XYZ | 27.84 | 52.19 | 15.81 | - |
| YUV | 149.99 | 87.37 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 78 | 0.82 | 0 | 0.65 | 0.14 | 132.67 | 0.72 | 0.51 |
| Hex | 28 | DC | 4E | 52 | 0 | 41 | E | 85 | 48 | 33 |
| Octal | 50 | 334 | 116 | 122 | 0 | 101 | 16 | 205 | 110 | 63 |
| Binary | 101000 | 11011100 | 1001110 | 1010010 | 0 | 1000001 | 1110 | 10000101 | 1001000 | 110011 |
Color Harmonies of #28DC4E
Complementary color
Monochromatic Colors of #28DC4E
Black with #28DC4E
Text Example
Text Example
White with #28DC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC4E; }
p { color: rgb(40,220,78); }
H1.HeaderClassName
{
color: #28DC4E;
}
.AnyTagClassName
{
color: #28DC4E;
}
</style>
background-color css
<style>
a { background-color: #28DC4E; }
a { background-color: rgb(40,220,78); }
div.DivClassName
{
background-color: #28DC4E;
}
.BgClassName
{
background-color: #28DC4E;
}
</style>
border-color css
<style>
span { border-color: #28DC4E; }
span { border-color: rgb(40,220,78); }
td.TdClassName
{
border-color: #28DC4E;
}
.TagClassName
{
border-color: #28DC4E;
}
</style>