Shades of Malachite #28DD4D
Tints of Malachite #28DD4D
RGB
CMYK
RGB Variations
Color information
#28DD4D (or 0x28DD4D) is known color: Malachite. HEX triplet: 28, DD and 4D. RGB value is (40,221,77). Sum of RGB (Red+Green+Blue) = 40+221+77=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 221 (86.72% from 255 or 65.38% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DD4D is #D722B2. Grayscale: #969696. Windows color (decimal): -14099123 or 5102888. OLE color: 5102888.
HSL color Cylindrical-coordinate representation of color #28DD4D: hue angle of 132.27º 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 #28DD4D is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 77 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.13 |
| HSL | 132.27º | 0.73% | 0.51% | - |
| HSV(B) | 132.27º | 0.82% | 0.87% | - |
| XYZ | 28.07 | 52.7 | 15.71 | - |
| YUV | 150.47 | 86.53 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 77 | 0.82 | 0 | 0.65 | 0.13 | 132.27 | 0.73 | 0.51 |
| Hex | 28 | DD | 4D | 52 | 0 | 41 | D | 84 | 49 | 33 |
| Octal | 50 | 335 | 115 | 122 | 0 | 101 | 15 | 204 | 111 | 63 |
| Binary | 101000 | 11011101 | 1001101 | 1010010 | 0 | 1000001 | 1101 | 10000100 | 1001001 | 110011 |
Color Harmonies of #28DD4D
Complementary color
Monochromatic Colors of #28DD4D
Black with #28DD4D
Text Example
Text Example
White with #28DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD4D; }
p { color: rgb(40,221,77); }
H1.HeaderClassName
{
color: #28DD4D;
}
.AnyTagClassName
{
color: #28DD4D;
}
</style>
background-color css
<style>
a { background-color: #28DD4D; }
a { background-color: rgb(40,221,77); }
div.DivClassName
{
background-color: #28DD4D;
}
.BgClassName
{
background-color: #28DD4D;
}
</style>
border-color css
<style>
span { border-color: #28DD4D; }
span { border-color: rgb(40,221,77); }
td.TdClassName
{
border-color: #28DD4D;
}
.TagClassName
{
border-color: #28DD4D;
}
</style>