Shades of Malachite #28C855
Tints of Malachite #28C855
RGB
CMYK
RGB Variations
Color information
#28C855 (or 0x28C855) is known color: Malachite. HEX triplet: 28, C8 and 55. RGB value is (40,200,85). Sum of RGB (Red+Green+Blue) = 40+200+85=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 200 (78.52% from 255 or 61.54% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 200 - color contains mainly: green. Hex color #28C855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C855 is #D737AA. Grayscale: #8B8B8B. Windows color (decimal): -14104491 or 5621800. OLE color: 5621800.
HSL color Cylindrical-coordinate representation of color #28C855: hue angle of 136.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C855 is Cyan = 0.8, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 85 | - |
| CMYK | 0.8 | 0 | 0.58 | 0.22 |
| HSL | 136.88º | 0.67% | 0.47% | - |
| HSV(B) | 136.88º | 0.8% | 0.78% | - |
| XYZ | 23.17 | 42.42 | 15.56 | - |
| YUV | 139.05 | 97.49 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 85 | 0.8 | 0 | 0.58 | 0.22 | 136.88 | 0.67 | 0.47 |
| Hex | 28 | C8 | 55 | 50 | 0 | 3A | 16 | 89 | 43 | 2F |
| Octal | 50 | 310 | 125 | 120 | 0 | 72 | 26 | 211 | 103 | 57 |
| Binary | 101000 | 11001000 | 1010101 | 1010000 | 0 | 111010 | 10110 | 10001001 | 1000011 | 101111 |
Color Harmonies of #28C855
Complementary color
Monochromatic Colors of #28C855
Black with #28C855
Text Example
Text Example
White with #28C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C855; }
p { color: rgb(40,200,85); }
H1.HeaderClassName
{
color: #28C855;
}
.AnyTagClassName
{
color: #28C855;
}
</style>
background-color css
<style>
a { background-color: #28C855; }
a { background-color: rgb(40,200,85); }
div.DivClassName
{
background-color: #28C855;
}
.BgClassName
{
background-color: #28C855;
}
</style>
border-color css
<style>
span { border-color: #28C855; }
span { border-color: rgb(40,200,85); }
td.TdClassName
{
border-color: #28C855;
}
.TagClassName
{
border-color: #28C855;
}
</style>