Shades of Malachite #28DC50
Tints of Malachite #28DC50
RGB
CMYK
RGB Variations
Color information
#28DC50 (or 0x28DC50) is known color: Malachite. HEX triplet: 28, DC and 50. RGB value is (40,220,80). Sum of RGB (Red+Green+Blue) = 40+220+80=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DC50 is #D723AF. Grayscale: #969696. Windows color (decimal): -14099376 or 5299240. OLE color: 5299240.
HSL color Cylindrical-coordinate representation of color #28DC50: hue angle of 133.33º 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 #28DC50 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 80 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.14 |
| HSL | 133.33º | 0.72% | 0.51% | - |
| HSV(B) | 133.33º | 0.82% | 0.86% | - |
| XYZ | 27.92 | 52.22 | 16.2 | - |
| YUV | 150.22 | 88.37 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 80 | 0.82 | 0 | 0.64 | 0.14 | 133.33 | 0.72 | 0.51 |
| Hex | 28 | DC | 50 | 52 | 0 | 40 | E | 85 | 48 | 33 |
| Octal | 50 | 334 | 120 | 122 | 0 | 100 | 16 | 205 | 110 | 63 |
| Binary | 101000 | 11011100 | 1010000 | 1010010 | 0 | 1000000 | 1110 | 10000101 | 1001000 | 110011 |
Color Harmonies of #28DC50
Complementary color
Monochromatic Colors of #28DC50
Black with #28DC50
Text Example
Text Example
White with #28DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC50; }
p { color: rgb(40,220,80); }
H1.HeaderClassName
{
color: #28DC50;
}
.AnyTagClassName
{
color: #28DC50;
}
</style>
background-color css
<style>
a { background-color: #28DC50; }
a { background-color: rgb(40,220,80); }
div.DivClassName
{
background-color: #28DC50;
}
.BgClassName
{
background-color: #28DC50;
}
</style>
border-color css
<style>
span { border-color: #28DC50; }
span { border-color: rgb(40,220,80); }
td.TdClassName
{
border-color: #28DC50;
}
.TagClassName
{
border-color: #28DC50;
}
</style>