Shades of Malachite #28F858
Tints of Malachite #28F858
RGB
CMYK
RGB Variations
Color information
#28F858 (or 0x28F858) is known color: Malachite. HEX triplet: 28, F8 and 58. RGB value is (40,248,88). Sum of RGB (Red+Green+Blue) = 40+248+88=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 248 (97.27% from 255 or 65.96% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 248 - color contains mainly: green. Hex color #28F858 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F858 is #D707A7. Grayscale: #A8A8A8. Windows color (decimal): -14092200 or 5830696. OLE color: 5830696.
HSL color Cylindrical-coordinate representation of color #28F858: hue angle of 133.85º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F858 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 88 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.03 |
| HSL | 133.85º | 0.94% | 0.56% | - |
| HSV(B) | 133.85º | 0.84% | 0.97% | - |
| XYZ | 36.2 | 68.29 | 20.51 | - |
| YUV | 167.57 | 83.09 | 37.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 88 | 0.84 | 0 | 0.65 | 0.03 | 133.85 | 0.94 | 0.56 |
| Hex | 28 | F8 | 58 | 54 | 0 | 41 | 3 | 86 | 5E | 38 |
| Octal | 50 | 370 | 130 | 124 | 0 | 101 | 3 | 206 | 136 | 70 |
| Binary | 101000 | 11111000 | 1011000 | 1010100 | 0 | 1000001 | 11 | 10000110 | 1011110 | 111000 |
Color Harmonies of #28F858
Complementary color
Monochromatic Colors of #28F858
Black with #28F858
Text Example
Text Example
White with #28F858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F858; }
p { color: rgb(40,248,88); }
H1.HeaderClassName
{
color: #28F858;
}
.AnyTagClassName
{
color: #28F858;
}
</style>
background-color css
<style>
a { background-color: #28F858; }
a { background-color: rgb(40,248,88); }
div.DivClassName
{
background-color: #28F858;
}
.BgClassName
{
background-color: #28F858;
}
</style>
border-color css
<style>
span { border-color: #28F858; }
span { border-color: rgb(40,248,88); }
td.TdClassName
{
border-color: #28F858;
}
.TagClassName
{
border-color: #28F858;
}
</style>