Shades of Malachite #28EB64
Tints of Malachite #28EB64
RGB
CMYK
RGB Variations
Color information
#28EB64 (or 0x28EB64) is known color: Malachite. HEX triplet: 28, EB and 64. RGB value is (40,235,100). Sum of RGB (Red+Green+Blue) = 40+235+100=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 235 (92.19% from 255 or 62.67% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 235 - color contains mainly: green. Hex color #28EB64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28EB64 is #D7149B. Grayscale: #A1A1A1. Windows color (decimal): -14095516 or 6613800. OLE color: 6613800.
HSL color Cylindrical-coordinate representation of color #28EB64: hue angle of 138.46º 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 #28EB64 is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 235 | 100 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.08 |
| HSL | 138.46º | 0.83% | 0.54% | - |
| HSV(B) | 138.46º | 0.83% | 0.92% | - |
| XYZ | 32.88 | 60.79 | 22.06 | - |
| YUV | 161.31 | 93.4 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 100 | 0.83 | 0 | 0.57 | 0.08 | 138.46 | 0.83 | 0.54 |
| Hex | 28 | EB | 64 | 53 | 0 | 39 | 8 | 8A | 53 | 36 |
| Octal | 50 | 353 | 144 | 123 | 0 | 71 | 10 | 212 | 123 | 66 |
| Binary | 101000 | 11101011 | 1100100 | 1010011 | 0 | 111001 | 1000 | 10001010 | 1010011 | 110110 |
Color Harmonies of #28EB64
Complementary color
Monochromatic Colors of #28EB64
Black with #28EB64
Text Example
Text Example
White with #28EB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EB64; }
p { color: rgb(40,235,100); }
H1.HeaderClassName
{
color: #28EB64;
}
.AnyTagClassName
{
color: #28EB64;
}
</style>
background-color css
<style>
a { background-color: #28EB64; }
a { background-color: rgb(40,235,100); }
div.DivClassName
{
background-color: #28EB64;
}
.BgClassName
{
background-color: #28EB64;
}
</style>
border-color css
<style>
span { border-color: #28EB64; }
span { border-color: rgb(40,235,100); }
td.TdClassName
{
border-color: #28EB64;
}
.TagClassName
{
border-color: #28EB64;
}
</style>