Shades of Malachite #28DC4F
Tints of Malachite #28DC4F
RGB
CMYK
RGB Variations
Color information
#28DC4F (or 0x28DC4F) is known color: Malachite. HEX triplet: 28, DC and 4F. RGB value is (40,220,79). Sum of RGB (Red+Green+Blue) = 40+220+79=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DC4F is #D723B0. Grayscale: #969696. Windows color (decimal): -14099377 or 5233704. OLE color: 5233704.
HSL color Cylindrical-coordinate representation of color #28DC4F: hue angle of 133º 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 #28DC4F is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 79 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.14 |
| HSL | 133º | 0.72% | 0.51% | - |
| HSV(B) | 133º | 0.82% | 0.86% | - |
| XYZ | 27.88 | 52.2 | 16 | - |
| YUV | 150.11 | 87.87 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 79 | 0.82 | 0 | 0.64 | 0.14 | 133 | 0.72 | 0.51 |
| Hex | 28 | DC | 4F | 52 | 0 | 40 | E | 85 | 48 | 33 |
| Octal | 50 | 334 | 117 | 122 | 0 | 100 | 16 | 205 | 110 | 63 |
| Binary | 101000 | 11011100 | 1001111 | 1010010 | 0 | 1000000 | 1110 | 10000101 | 1001000 | 110011 |
Color Harmonies of #28DC4F
Complementary color
Monochromatic Colors of #28DC4F
Black with #28DC4F
Text Example
Text Example
White with #28DC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC4F; }
p { color: rgb(40,220,79); }
H1.HeaderClassName
{
color: #28DC4F;
}
.AnyTagClassName
{
color: #28DC4F;
}
</style>
background-color css
<style>
a { background-color: #28DC4F; }
a { background-color: rgb(40,220,79); }
div.DivClassName
{
background-color: #28DC4F;
}
.BgClassName
{
background-color: #28DC4F;
}
</style>
border-color css
<style>
span { border-color: #28DC4F; }
span { border-color: rgb(40,220,79); }
td.TdClassName
{
border-color: #28DC4F;
}
.TagClassName
{
border-color: #28DC4F;
}
</style>