Shades of Malachite #28EB55
Tints of Malachite #28EB55
RGB
CMYK
RGB Variations
Color information
#28EB55 (or 0x28EB55) is known color: Malachite. HEX triplet: 28, EB and 55. RGB value is (40,235,85). Sum of RGB (Red+Green+Blue) = 40+235+85=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 235 (92.19% from 255 or 65.28% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 235 - color contains mainly: green. Hex color #28EB55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28EB55 is #D714AA. Grayscale: #A0A0A0. Windows color (decimal): -14095531 or 5630760. OLE color: 5630760.
HSL color Cylindrical-coordinate representation of color #28EB55: hue angle of 133.85º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EB55 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 235 | 85 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.08 |
| HSL | 133.85º | 0.83% | 0.54% | - |
| HSV(B) | 133.85º | 0.83% | 0.92% | - |
| XYZ | 32.22 | 60.52 | 18.58 | - |
| YUV | 159.6 | 85.9 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 85 | 0.83 | 0 | 0.64 | 0.08 | 133.85 | 0.83 | 0.54 |
| Hex | 28 | EB | 55 | 53 | 0 | 40 | 8 | 86 | 53 | 36 |
| Octal | 50 | 353 | 125 | 123 | 0 | 100 | 10 | 206 | 123 | 66 |
| Binary | 101000 | 11101011 | 1010101 | 1010011 | 0 | 1000000 | 1000 | 10000110 | 1010011 | 110110 |
Color Harmonies of #28EB55
Complementary color
Monochromatic Colors of #28EB55
Black with #28EB55
Text Example
Text Example
White with #28EB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EB55; }
p { color: rgb(40,235,85); }
H1.HeaderClassName
{
color: #28EB55;
}
.AnyTagClassName
{
color: #28EB55;
}
</style>
background-color css
<style>
a { background-color: #28EB55; }
a { background-color: rgb(40,235,85); }
div.DivClassName
{
background-color: #28EB55;
}
.BgClassName
{
background-color: #28EB55;
}
</style>
border-color css
<style>
span { border-color: #28EB55; }
span { border-color: rgb(40,235,85); }
td.TdClassName
{
border-color: #28EB55;
}
.TagClassName
{
border-color: #28EB55;
}
</style>