Shades of Malachite #28DC65
Tints of Malachite #28DC65
RGB
CMYK
RGB Variations
Color information
#28DC65 (or 0x28DC65) is known color: Malachite. HEX triplet: 28, DC and 65. RGB value is (40,220,101). Sum of RGB (Red+Green+Blue) = 40+220+101=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DC65 is #D7239A. Grayscale: #989898. Windows color (decimal): -14099355 or 6675496. OLE color: 6675496.
HSL color Cylindrical-coordinate representation of color #28DC65: hue angle of 140.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 #28DC65 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 101 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.14 |
| HSL | 140.33º | 0.72% | 0.51% | - |
| HSV(B) | 140.33º | 0.82% | 0.86% | - |
| XYZ | 28.82 | 52.58 | 20.94 | - |
| YUV | 152.61 | 98.87 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 101 | 0.82 | 0 | 0.54 | 0.14 | 140.33 | 0.72 | 0.51 |
| Hex | 28 | DC | 65 | 52 | 0 | 36 | E | 8C | 48 | 33 |
| Octal | 50 | 334 | 145 | 122 | 0 | 66 | 16 | 214 | 110 | 63 |
| Binary | 101000 | 11011100 | 1100101 | 1010010 | 0 | 110110 | 1110 | 10001100 | 1001000 | 110011 |
Color Harmonies of #28DC65
Complementary color
Monochromatic Colors of #28DC65
Black with #28DC65
Text Example
Text Example
White with #28DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC65; }
p { color: rgb(40,220,101); }
H1.HeaderClassName
{
color: #28DC65;
}
.AnyTagClassName
{
color: #28DC65;
}
</style>
background-color css
<style>
a { background-color: #28DC65; }
a { background-color: rgb(40,220,101); }
div.DivClassName
{
background-color: #28DC65;
}
.BgClassName
{
background-color: #28DC65;
}
</style>
border-color css
<style>
span { border-color: #28DC65; }
span { border-color: rgb(40,220,101); }
td.TdClassName
{
border-color: #28DC65;
}
.TagClassName
{
border-color: #28DC65;
}
</style>