Shades of Malachite #28EE50
Tints of Malachite #28EE50
RGB
CMYK
RGB Variations
Color information
#28EE50 (or 0x28EE50) is known color: Malachite. HEX triplet: 28, EE and 50. RGB value is (40,238,80). Sum of RGB (Red+Green+Blue) = 40+238+80=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 238 (93.36% from 255 or 66.48% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 238 - color contains mainly: green. Hex color #28EE50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28EE50 is #D711AF. Grayscale: #A1A1A1. Windows color (decimal): -14094768 or 5303848. OLE color: 5303848.
HSL color Cylindrical-coordinate representation of color #28EE50: hue angle of 132.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EE50 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 80 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.07 |
| HSL | 132.12º | 0.85% | 0.55% | - |
| HSV(B) | 132.12º | 0.83% | 0.93% | - |
| XYZ | 32.9 | 62.18 | 17.86 | - |
| YUV | 160.79 | 82.4 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 80 | 0.83 | 0 | 0.66 | 0.07 | 132.12 | 0.85 | 0.55 |
| Hex | 28 | EE | 50 | 53 | 0 | 42 | 7 | 84 | 55 | 37 |
| Octal | 50 | 356 | 120 | 123 | 0 | 102 | 7 | 204 | 125 | 67 |
| Binary | 101000 | 11101110 | 1010000 | 1010011 | 0 | 1000010 | 111 | 10000100 | 1010101 | 110111 |
Color Harmonies of #28EE50
Complementary color
Monochromatic Colors of #28EE50
Black with #28EE50
Text Example
Text Example
White with #28EE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EE50; }
p { color: rgb(40,238,80); }
H1.HeaderClassName
{
color: #28EE50;
}
.AnyTagClassName
{
color: #28EE50;
}
</style>
background-color css
<style>
a { background-color: #28EE50; }
a { background-color: rgb(40,238,80); }
div.DivClassName
{
background-color: #28EE50;
}
.BgClassName
{
background-color: #28EE50;
}
</style>
border-color css
<style>
span { border-color: #28EE50; }
span { border-color: rgb(40,238,80); }
td.TdClassName
{
border-color: #28EE50;
}
.TagClassName
{
border-color: #28EE50;
}
</style>