Shades of Malachite #28DC67
Tints of Malachite #28DC67
RGB
CMYK
RGB Variations
Color information
#28DC67 (or 0x28DC67) is known color: Malachite. HEX triplet: 28, DC and 67. RGB value is (40,220,103). Sum of RGB (Red+Green+Blue) = 40+220+103=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DC67 is #D72398. Grayscale: #999999. Windows color (decimal): -14099353 or 6806568. OLE color: 6806568.
HSL color Cylindrical-coordinate representation of color #28DC67: hue angle of 141º 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 #28DC67 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 103 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.14 |
| HSL | 141º | 0.72% | 0.51% | - |
| HSV(B) | 141º | 0.82% | 0.86% | - |
| XYZ | 28.92 | 52.62 | 21.46 | - |
| YUV | 152.84 | 99.87 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 103 | 0.82 | 0 | 0.53 | 0.14 | 141 | 0.72 | 0.51 |
| Hex | 28 | DC | 67 | 52 | 0 | 35 | E | 8D | 48 | 33 |
| Octal | 50 | 334 | 147 | 122 | 0 | 65 | 16 | 215 | 110 | 63 |
| Binary | 101000 | 11011100 | 1100111 | 1010010 | 0 | 110101 | 1110 | 10001101 | 1001000 | 110011 |
Color Harmonies of #28DC67
Complementary color
Monochromatic Colors of #28DC67
Black with #28DC67
Text Example
Text Example
White with #28DC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC67; }
p { color: rgb(40,220,103); }
H1.HeaderClassName
{
color: #28DC67;
}
.AnyTagClassName
{
color: #28DC67;
}
</style>
background-color css
<style>
a { background-color: #28DC67; }
a { background-color: rgb(40,220,103); }
div.DivClassName
{
background-color: #28DC67;
}
.BgClassName
{
background-color: #28DC67;
}
</style>
border-color css
<style>
span { border-color: #28DC67; }
span { border-color: rgb(40,220,103); }
td.TdClassName
{
border-color: #28DC67;
}
.TagClassName
{
border-color: #28DC67;
}
</style>