Shades of Malachite #28DD5E
Tints of Malachite #28DD5E
RGB
CMYK
RGB Variations
Color information
#28DD5E (or 0x28DD5E) is known color: Malachite. HEX triplet: 28, DD and 5E. RGB value is (40,221,94). Sum of RGB (Red+Green+Blue) = 40+221+94=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 221 (86.72% from 255 or 62.25% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DD5E is #D722A1. Grayscale: #989898. Windows color (decimal): -14099106 or 6217000. OLE color: 6217000.
HSL color Cylindrical-coordinate representation of color #28DD5E: hue angle of 137.9º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DD5E is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 94 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.13 |
| HSL | 137.9º | 0.73% | 0.51% | - |
| HSV(B) | 137.9º | 0.82% | 0.87% | - |
| XYZ | 28.75 | 52.97 | 19.3 | - |
| YUV | 152.4 | 95.03 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 94 | 0.82 | 0 | 0.57 | 0.13 | 137.9 | 0.73 | 0.51 |
| Hex | 28 | DD | 5E | 52 | 0 | 39 | D | 8A | 49 | 33 |
| Octal | 50 | 335 | 136 | 122 | 0 | 71 | 15 | 212 | 111 | 63 |
| Binary | 101000 | 11011101 | 1011110 | 1010010 | 0 | 111001 | 1101 | 10001010 | 1001001 | 110011 |
Color Harmonies of #28DD5E
Complementary color
Monochromatic Colors of #28DD5E
Black with #28DD5E
Text Example
Text Example
White with #28DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD5E; }
p { color: rgb(40,221,94); }
H1.HeaderClassName
{
color: #28DD5E;
}
.AnyTagClassName
{
color: #28DD5E;
}
</style>
background-color css
<style>
a { background-color: #28DD5E; }
a { background-color: rgb(40,221,94); }
div.DivClassName
{
background-color: #28DD5E;
}
.BgClassName
{
background-color: #28DD5E;
}
</style>
border-color css
<style>
span { border-color: #28DD5E; }
span { border-color: rgb(40,221,94); }
td.TdClassName
{
border-color: #28DD5E;
}
.TagClassName
{
border-color: #28DD5E;
}
</style>