Shades of Malachite #28E250
Tints of Malachite #28E250
RGB
CMYK
RGB Variations
Color information
#28E250 (or 0x28E250) is known color: Malachite. HEX triplet: 28, E2 and 50. RGB value is (40,226,80). Sum of RGB (Red+Green+Blue) = 40+226+80=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 226 (88.67% from 255 or 65.32% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 226 - color contains mainly: green. Hex color #28E250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28E250 is #D71DAF. Grayscale: #9A9A9A. Windows color (decimal): -14097840 or 5300776. OLE color: 5300776.
HSL color Cylindrical-coordinate representation of color #28E250: hue angle of 132.9º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E250 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 226 | 80 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.11 |
| HSL | 132.9º | 0.76% | 0.52% | - |
| HSV(B) | 132.9º | 0.82% | 0.89% | - |
| XYZ | 29.52 | 55.42 | 16.73 | - |
| YUV | 153.74 | 86.38 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 226 | 80 | 0.82 | 0 | 0.65 | 0.11 | 132.9 | 0.76 | 0.52 |
| Hex | 28 | E2 | 50 | 52 | 0 | 41 | B | 85 | 4C | 34 |
| Octal | 50 | 342 | 120 | 122 | 0 | 101 | 13 | 205 | 114 | 64 |
| Binary | 101000 | 11100010 | 1010000 | 1010010 | 0 | 1000001 | 1011 | 10000101 | 1001100 | 110100 |
Color Harmonies of #28E250
Complementary color
Monochromatic Colors of #28E250
Black with #28E250
Text Example
Text Example
White with #28E250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E250; }
p { color: rgb(40,226,80); }
H1.HeaderClassName
{
color: #28E250;
}
.AnyTagClassName
{
color: #28E250;
}
</style>
background-color css
<style>
a { background-color: #28E250; }
a { background-color: rgb(40,226,80); }
div.DivClassName
{
background-color: #28E250;
}
.BgClassName
{
background-color: #28E250;
}
</style>
border-color css
<style>
span { border-color: #28E250; }
span { border-color: rgb(40,226,80); }
td.TdClassName
{
border-color: #28E250;
}
.TagClassName
{
border-color: #28E250;
}
</style>