Shades of Malachite #28DD6B
Tints of Malachite #28DD6B
RGB
CMYK
RGB Variations
Color information
#28DD6B (or 0x28DD6B) is known color: Malachite. HEX triplet: 28, DD and 6B. RGB value is (40,221,107). Sum of RGB (Red+Green+Blue) = 40+221+107=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 221 (86.72% from 255 or 60.05% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DD6B is #D72294. Grayscale: #9A9A9A. Windows color (decimal): -14099093 or 7068968. OLE color: 7068968.
HSL color Cylindrical-coordinate representation of color #28DD6B: hue angle of 142.21º 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 #28DD6B is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 107 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.13 |
| HSL | 142.21º | 0.73% | 0.51% | - |
| HSV(B) | 142.21º | 0.82% | 0.87% | - |
| XYZ | 29.39 | 53.23 | 22.63 | - |
| YUV | 153.89 | 101.53 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 107 | 0.82 | 0 | 0.52 | 0.13 | 142.21 | 0.73 | 0.51 |
| Hex | 28 | DD | 6B | 52 | 0 | 34 | D | 8E | 49 | 33 |
| Octal | 50 | 335 | 153 | 122 | 0 | 64 | 15 | 216 | 111 | 63 |
| Binary | 101000 | 11011101 | 1101011 | 1010010 | 0 | 110100 | 1101 | 10001110 | 1001001 | 110011 |
Color Harmonies of #28DD6B
Complementary color
Monochromatic Colors of #28DD6B
Black with #28DD6B
Text Example
Text Example
White with #28DD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD6B; }
p { color: rgb(40,221,107); }
H1.HeaderClassName
{
color: #28DD6B;
}
.AnyTagClassName
{
color: #28DD6B;
}
</style>
background-color css
<style>
a { background-color: #28DD6B; }
a { background-color: rgb(40,221,107); }
div.DivClassName
{
background-color: #28DD6B;
}
.BgClassName
{
background-color: #28DD6B;
}
</style>
border-color css
<style>
span { border-color: #28DD6B; }
span { border-color: rgb(40,221,107); }
td.TdClassName
{
border-color: #28DD6B;
}
.TagClassName
{
border-color: #28DD6B;
}
</style>