Shades of Malachite #28D660
Tints of Malachite #28D660
RGB
CMYK
RGB Variations
Color information
#28D660 (or 0x28D660) is known color: Malachite. HEX triplet: 28, D6 and 60. RGB value is (40,214,96). Sum of RGB (Red+Green+Blue) = 40+214+96=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #28D660 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D660 is #D7299F. Grayscale: #949494. Windows color (decimal): -14100896 or 6346280. OLE color: 6346280.
HSL color Cylindrical-coordinate representation of color #28D660: hue angle of 139.31º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D660 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 214 | 96 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.16 |
| HSL | 139.31º | 0.69% | 0.5% | - |
| HSV(B) | 139.31º | 0.81% | 0.84% | - |
| XYZ | 27.03 | 49.39 | 19.17 | - |
| YUV | 148.52 | 98.35 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 214 | 96 | 0.81 | 0 | 0.55 | 0.16 | 139.31 | 0.69 | 0.5 |
| Hex | 28 | D6 | 60 | 51 | 0 | 37 | 10 | 8B | 45 | 32 |
| Octal | 50 | 326 | 140 | 121 | 0 | 67 | 20 | 213 | 105 | 62 |
| Binary | 101000 | 11010110 | 1100000 | 1010001 | 0 | 110111 | 10000 | 10001011 | 1000101 | 110010 |
Color Harmonies of #28D660
Complementary color
Monochromatic Colors of #28D660
Black with #28D660
Text Example
Text Example
White with #28D660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D660; }
p { color: rgb(40,214,96); }
H1.HeaderClassName
{
color: #28D660;
}
.AnyTagClassName
{
color: #28D660;
}
</style>
background-color css
<style>
a { background-color: #28D660; }
a { background-color: rgb(40,214,96); }
div.DivClassName
{
background-color: #28D660;
}
.BgClassName
{
background-color: #28D660;
}
</style>
border-color css
<style>
span { border-color: #28D660; }
span { border-color: rgb(40,214,96); }
td.TdClassName
{
border-color: #28D660;
}
.TagClassName
{
border-color: #28D660;
}
</style>