Shades of Malachite #28E075
Tints of Malachite #28E075
RGB
CMYK
RGB Variations
Color information
#28E075 (or 0x28E075) is known color: Malachite. HEX triplet: 28, E0 and 75. RGB value is (40,224,117). Sum of RGB (Red+Green+Blue) = 40+224+117=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 224 (87.89% from 255 or 58.79% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 224 - color contains mainly: green. Hex color #28E075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28E075 is #D71F8A. Grayscale: #9D9D9D. Windows color (decimal): -14098315 or 7725096. OLE color: 7725096.
HSL color Cylindrical-coordinate representation of color #28E075: hue angle of 145.11º degrees, saturation: 0.75, 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 #28E075 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 224 | 117 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.12 |
| HSL | 145.11º | 0.75% | 0.52% | - |
| HSV(B) | 145.11º | 0.82% | 0.88% | - |
| XYZ | 30.74 | 55.05 | 25.83 | - |
| YUV | 156.79 | 105.54 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 224 | 117 | 0.82 | 0 | 0.48 | 0.12 | 145.11 | 0.75 | 0.52 |
| Hex | 28 | E0 | 75 | 52 | 0 | 30 | C | 91 | 4B | 34 |
| Octal | 50 | 340 | 165 | 122 | 0 | 60 | 14 | 221 | 113 | 64 |
| Binary | 101000 | 11100000 | 1110101 | 1010010 | 0 | 110000 | 1100 | 10010001 | 1001011 | 110100 |
Color Harmonies of #28E075
Complementary color
Monochromatic Colors of #28E075
Black with #28E075
Text Example
Text Example
White with #28E075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E075; }
p { color: rgb(40,224,117); }
H1.HeaderClassName
{
color: #28E075;
}
.AnyTagClassName
{
color: #28E075;
}
</style>
background-color css
<style>
a { background-color: #28E075; }
a { background-color: rgb(40,224,117); }
div.DivClassName
{
background-color: #28E075;
}
.BgClassName
{
background-color: #28E075;
}
</style>
border-color css
<style>
span { border-color: #28E075; }
span { border-color: rgb(40,224,117); }
td.TdClassName
{
border-color: #28E075;
}
.TagClassName
{
border-color: #28E075;
}
</style>