Shades of Malachite #28E050
Tints of Malachite #28E050
RGB
CMYK
RGB Variations
Color information
#28E050 (or 0x28E050) is known color: Malachite. HEX triplet: 28, E0 and 50. RGB value is (40,224,80). Sum of RGB (Red+Green+Blue) = 40+224+80=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 224 (87.89% from 255 or 65.12% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 224 - color contains mainly: green. Hex color #28E050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28E050 is #D71FAF. Grayscale: #989898. Windows color (decimal): -14098352 or 5300264. OLE color: 5300264.
HSL color Cylindrical-coordinate representation of color #28E050: hue angle of 133.04º 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 #28E050 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 224 | 80 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.12 |
| HSL | 133.04º | 0.75% | 0.52% | - |
| HSV(B) | 133.04º | 0.82% | 0.88% | - |
| XYZ | 28.98 | 54.34 | 16.55 | - |
| YUV | 152.57 | 87.04 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 224 | 80 | 0.82 | 0 | 0.64 | 0.12 | 133.04 | 0.75 | 0.52 |
| Hex | 28 | E0 | 50 | 52 | 0 | 40 | C | 85 | 4B | 34 |
| Octal | 50 | 340 | 120 | 122 | 0 | 100 | 14 | 205 | 113 | 64 |
| Binary | 101000 | 11100000 | 1010000 | 1010010 | 0 | 1000000 | 1100 | 10000101 | 1001011 | 110100 |
Color Harmonies of #28E050
Complementary color
Monochromatic Colors of #28E050
Black with #28E050
Text Example
Text Example
White with #28E050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E050; }
p { color: rgb(40,224,80); }
H1.HeaderClassName
{
color: #28E050;
}
.AnyTagClassName
{
color: #28E050;
}
</style>
background-color css
<style>
a { background-color: #28E050; }
a { background-color: rgb(40,224,80); }
div.DivClassName
{
background-color: #28E050;
}
.BgClassName
{
background-color: #28E050;
}
</style>
border-color css
<style>
span { border-color: #28E050; }
span { border-color: rgb(40,224,80); }
td.TdClassName
{
border-color: #28E050;
}
.TagClassName
{
border-color: #28E050;
}
</style>