Shades of Malachite #28EE45
Tints of Malachite #28EE45
RGB
CMYK
RGB Variations
Color information
#28EE45 (or 0x28EE45) is known color: Malachite. HEX triplet: 28, EE and 45. RGB value is (40,238,69). Sum of RGB (Red+Green+Blue) = 40+238+69=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 238 (93.36% from 255 or 68.59% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 238 - color contains mainly: green. Hex color #28EE45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EE45 is #D711BA. Grayscale: #A0A0A0. Windows color (decimal): -14094779 or 4582952. OLE color: 4582952.
HSL color Cylindrical-coordinate representation of color #28EE45: hue angle of 128.79º 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 #28EE45 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 69 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.07 |
| HSL | 128.79º | 0.85% | 0.55% | - |
| HSV(B) | 128.79º | 0.83% | 0.93% | - |
| XYZ | 32.52 | 62.03 | 15.89 | - |
| YUV | 159.53 | 76.9 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 69 | 0.83 | 0 | 0.71 | 0.07 | 128.79 | 0.85 | 0.55 |
| Hex | 28 | EE | 45 | 53 | 0 | 47 | 7 | 81 | 55 | 37 |
| Octal | 50 | 356 | 105 | 123 | 0 | 107 | 7 | 201 | 125 | 67 |
| Binary | 101000 | 11101110 | 1000101 | 1010011 | 0 | 1000111 | 111 | 10000001 | 1010101 | 110111 |
Color Harmonies of #28EE45
Complementary color
Monochromatic Colors of #28EE45
Black with #28EE45
Text Example
Text Example
White with #28EE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EE45; }
p { color: rgb(40,238,69); }
H1.HeaderClassName
{
color: #28EE45;
}
.AnyTagClassName
{
color: #28EE45;
}
</style>
background-color css
<style>
a { background-color: #28EE45; }
a { background-color: rgb(40,238,69); }
div.DivClassName
{
background-color: #28EE45;
}
.BgClassName
{
background-color: #28EE45;
}
</style>
border-color css
<style>
span { border-color: #28EE45; }
span { border-color: rgb(40,238,69); }
td.TdClassName
{
border-color: #28EE45;
}
.TagClassName
{
border-color: #28EE45;
}
</style>