Shades of Malachite #28F855
Tints of Malachite #28F855
RGB
CMYK
RGB Variations
Color information
#28F855 (or 0x28F855) is known color: Malachite. HEX triplet: 28, F8 and 55. RGB value is (40,248,85). Sum of RGB (Red+Green+Blue) = 40+248+85=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 248 (97.27% from 255 or 66.49% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 248 - color contains mainly: green. Hex color #28F855 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F855 is #D707AA. Grayscale: #A7A7A7. Windows color (decimal): -14092203 or 5634088. OLE color: 5634088.
HSL color Cylindrical-coordinate representation of color #28F855: hue angle of 132.98º 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 #28F855 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 85 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.03 |
| HSL | 132.98º | 0.94% | 0.56% | - |
| HSV(B) | 132.98º | 0.84% | 0.97% | - |
| XYZ | 36.08 | 68.24 | 19.86 | - |
| YUV | 167.23 | 81.59 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 85 | 0.84 | 0 | 0.66 | 0.03 | 132.98 | 0.94 | 0.56 |
| Hex | 28 | F8 | 55 | 54 | 0 | 42 | 3 | 85 | 5E | 38 |
| Octal | 50 | 370 | 125 | 124 | 0 | 102 | 3 | 205 | 136 | 70 |
| Binary | 101000 | 11111000 | 1010101 | 1010100 | 0 | 1000010 | 11 | 10000101 | 1011110 | 111000 |
Color Harmonies of #28F855
Complementary color
Monochromatic Colors of #28F855
Black with #28F855
Text Example
Text Example
White with #28F855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F855; }
p { color: rgb(40,248,85); }
H1.HeaderClassName
{
color: #28F855;
}
.AnyTagClassName
{
color: #28F855;
}
</style>
background-color css
<style>
a { background-color: #28F855; }
a { background-color: rgb(40,248,85); }
div.DivClassName
{
background-color: #28F855;
}
.BgClassName
{
background-color: #28F855;
}
</style>
border-color css
<style>
span { border-color: #28F855; }
span { border-color: rgb(40,248,85); }
td.TdClassName
{
border-color: #28F855;
}
.TagClassName
{
border-color: #28F855;
}
</style>