Shades of Malachite #28D960
Tints of Malachite #28D960
RGB
CMYK
RGB Variations
Color information
#28D960 (or 0x28D960) is known color: Malachite. HEX triplet: 28, D9 and 60. RGB value is (40,217,96). Sum of RGB (Red+Green+Blue) = 40+217+96=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 217 (85.16% from 255 or 61.47% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 217 - color contains mainly: green. Hex color #28D960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D960 is #D7269F. Grayscale: #969696. Windows color (decimal): -14100128 or 6347048. OLE color: 6347048.
HSL color Cylindrical-coordinate representation of color #28D960: hue angle of 138.98º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D960 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 96 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.15 |
| HSL | 138.98º | 0.7% | 0.5% | - |
| HSV(B) | 138.98º | 0.82% | 0.85% | - |
| XYZ | 27.8 | 50.92 | 19.43 | - |
| YUV | 150.28 | 97.36 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 96 | 0.82 | 0 | 0.56 | 0.15 | 138.98 | 0.7 | 0.5 |
| Hex | 28 | D9 | 60 | 52 | 0 | 38 | F | 8B | 46 | 32 |
| Octal | 50 | 331 | 140 | 122 | 0 | 70 | 17 | 213 | 106 | 62 |
| Binary | 101000 | 11011001 | 1100000 | 1010010 | 0 | 111000 | 1111 | 10001011 | 1000110 | 110010 |
Color Harmonies of #28D960
Complementary color
Monochromatic Colors of #28D960
Black with #28D960
Text Example
Text Example
White with #28D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D960; }
p { color: rgb(40,217,96); }
H1.HeaderClassName
{
color: #28D960;
}
.AnyTagClassName
{
color: #28D960;
}
</style>
background-color css
<style>
a { background-color: #28D960; }
a { background-color: rgb(40,217,96); }
div.DivClassName
{
background-color: #28D960;
}
.BgClassName
{
background-color: #28D960;
}
</style>
border-color css
<style>
span { border-color: #28D960; }
span { border-color: rgb(40,217,96); }
td.TdClassName
{
border-color: #28D960;
}
.TagClassName
{
border-color: #28D960;
}
</style>