Shades of Malachite #28ED46
Tints of Malachite #28ED46
RGB
CMYK
RGB Variations
Color information
#28ED46 (or 0x28ED46) is known color: Malachite. HEX triplet: 28, ED and 46. RGB value is (40,237,70). Sum of RGB (Red+Green+Blue) = 40+237+70=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 237 (92.97% from 255 or 68.30% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 237 - color contains mainly: green. Hex color #28ED46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28ED46 is #D712B9. Grayscale: #9F9F9F. Windows color (decimal): -14095034 or 4648232. OLE color: 4648232.
HSL color Cylindrical-coordinate representation of color #28ED46: hue angle of 129.14º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ED46 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 237 | 70 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.07 |
| HSL | 129.14º | 0.85% | 0.54% | - |
| HSV(B) | 129.14º | 0.83% | 0.93% | - |
| XYZ | 32.26 | 61.46 | 15.96 | - |
| YUV | 159.06 | 77.73 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 70 | 0.83 | 0 | 0.70 | 0.07 | 129.14 | 0.85 | 0.54 |
| Hex | 28 | ED | 46 | 53 | 0 | 46 | 7 | 81 | 55 | 36 |
| Octal | 50 | 355 | 106 | 123 | 0 | 106 | 7 | 201 | 125 | 66 |
| Binary | 101000 | 11101101 | 1000110 | 1010011 | 0 | 1000110 | 111 | 10000001 | 1010101 | 110110 |
Color Harmonies of #28ED46
Complementary color
Monochromatic Colors of #28ED46
Black with #28ED46
Text Example
Text Example
White with #28ED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ED46; }
p { color: rgb(40,237,70); }
H1.HeaderClassName
{
color: #28ED46;
}
.AnyTagClassName
{
color: #28ED46;
}
</style>
background-color css
<style>
a { background-color: #28ED46; }
a { background-color: rgb(40,237,70); }
div.DivClassName
{
background-color: #28ED46;
}
.BgClassName
{
background-color: #28ED46;
}
</style>
border-color css
<style>
span { border-color: #28ED46; }
span { border-color: rgb(40,237,70); }
td.TdClassName
{
border-color: #28ED46;
}
.TagClassName
{
border-color: #28ED46;
}
</style>