Shades of Malachite #28DD5D
Tints of Malachite #28DD5D
RGB
CMYK
RGB Variations
Color information
#28DD5D (or 0x28DD5D) is known color: Malachite. HEX triplet: 28, DD and 5D. RGB value is (40,221,93). Sum of RGB (Red+Green+Blue) = 40+221+93=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DD5D is #D722A2. Grayscale: #989898. Windows color (decimal): -14099107 or 6151464. OLE color: 6151464.
HSL color Cylindrical-coordinate representation of color #28DD5D: hue angle of 137.57º 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 #28DD5D is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 93 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.13 |
| HSL | 137.57º | 0.73% | 0.51% | - |
| HSV(B) | 137.57º | 0.82% | 0.87% | - |
| XYZ | 28.71 | 52.95 | 19.06 | - |
| YUV | 152.29 | 94.53 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 93 | 0.82 | 0 | 0.58 | 0.13 | 137.57 | 0.73 | 0.51 |
| Hex | 28 | DD | 5D | 52 | 0 | 3A | D | 8A | 49 | 33 |
| Octal | 50 | 335 | 135 | 122 | 0 | 72 | 15 | 212 | 111 | 63 |
| Binary | 101000 | 11011101 | 1011101 | 1010010 | 0 | 111010 | 1101 | 10001010 | 1001001 | 110011 |
Color Harmonies of #28DD5D
Complementary color
Monochromatic Colors of #28DD5D
Black with #28DD5D
Text Example
Text Example
White with #28DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD5D; }
p { color: rgb(40,221,93); }
H1.HeaderClassName
{
color: #28DD5D;
}
.AnyTagClassName
{
color: #28DD5D;
}
</style>
background-color css
<style>
a { background-color: #28DD5D; }
a { background-color: rgb(40,221,93); }
div.DivClassName
{
background-color: #28DD5D;
}
.BgClassName
{
background-color: #28DD5D;
}
</style>
border-color css
<style>
span { border-color: #28DD5D; }
span { border-color: rgb(40,221,93); }
td.TdClassName
{
border-color: #28DD5D;
}
.TagClassName
{
border-color: #28DD5D;
}
</style>