Shades of Malachite #28E160
Tints of Malachite #28E160
RGB
CMYK
RGB Variations
Color information
#28E160 (or 0x28E160) is known color: Malachite. HEX triplet: 28, E1 and 60. RGB value is (40,225,96). Sum of RGB (Red+Green+Blue) = 40+225+96=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 225 (88.28% from 255 or 62.33% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 225 - color contains mainly: green. Hex color #28E160 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28E160 is #D71E9F. Grayscale: #9B9B9B. Windows color (decimal): -14098080 or 6349096. OLE color: 6349096.
HSL color Cylindrical-coordinate representation of color #28E160: hue angle of 138.16º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E160 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 225 | 96 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.12 |
| HSL | 138.16º | 0.76% | 0.52% | - |
| HSV(B) | 138.16º | 0.82% | 0.88% | - |
| XYZ | 29.91 | 55.15 | 20.13 | - |
| YUV | 154.98 | 94.71 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 225 | 96 | 0.82 | 0 | 0.57 | 0.12 | 138.16 | 0.76 | 0.52 |
| Hex | 28 | E1 | 60 | 52 | 0 | 39 | C | 8A | 4C | 34 |
| Octal | 50 | 341 | 140 | 122 | 0 | 71 | 14 | 212 | 114 | 64 |
| Binary | 101000 | 11100001 | 1100000 | 1010010 | 0 | 111001 | 1100 | 10001010 | 1001100 | 110100 |
Color Harmonies of #28E160
Complementary color
Monochromatic Colors of #28E160
Black with #28E160
Text Example
Text Example
White with #28E160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E160; }
p { color: rgb(40,225,96); }
H1.HeaderClassName
{
color: #28E160;
}
.AnyTagClassName
{
color: #28E160;
}
</style>
background-color css
<style>
a { background-color: #28E160; }
a { background-color: rgb(40,225,96); }
div.DivClassName
{
background-color: #28E160;
}
.BgClassName
{
background-color: #28E160;
}
</style>
border-color css
<style>
span { border-color: #28E160; }
span { border-color: rgb(40,225,96); }
td.TdClassName
{
border-color: #28E160;
}
.TagClassName
{
border-color: #28E160;
}
</style>