Shades of Malachite #28DD4B
Tints of Malachite #28DD4B
RGB
CMYK
RGB Variations
Color information
#28DD4B (or 0x28DD4B) is known color: Malachite. HEX triplet: 28, DD and 4B. RGB value is (40,221,75). Sum of RGB (Red+Green+Blue) = 40+221+75=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 221 (86.72% from 255 or 65.77% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD4B is #D722B4. Grayscale: #969696. Windows color (decimal): -14099125 or 4971816. OLE color: 4971816.
HSL color Cylindrical-coordinate representation of color #28DD4B: hue angle of 131.6º 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 #28DD4B is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 75 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.13 |
| HSL | 131.6º | 0.73% | 0.51% | - |
| HSV(B) | 131.6º | 0.82% | 0.87% | - |
| XYZ | 28 | 52.67 | 15.35 | - |
| YUV | 150.24 | 85.53 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 75 | 0.82 | 0 | 0.66 | 0.13 | 131.6 | 0.73 | 0.51 |
| Hex | 28 | DD | 4B | 52 | 0 | 42 | D | 84 | 49 | 33 |
| Octal | 50 | 335 | 113 | 122 | 0 | 102 | 15 | 204 | 111 | 63 |
| Binary | 101000 | 11011101 | 1001011 | 1010010 | 0 | 1000010 | 1101 | 10000100 | 1001001 | 110011 |
Color Harmonies of #28DD4B
Complementary color
Monochromatic Colors of #28DD4B
Black with #28DD4B
Text Example
Text Example
White with #28DD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD4B; }
p { color: rgb(40,221,75); }
H1.HeaderClassName
{
color: #28DD4B;
}
.AnyTagClassName
{
color: #28DD4B;
}
</style>
background-color css
<style>
a { background-color: #28DD4B; }
a { background-color: rgb(40,221,75); }
div.DivClassName
{
background-color: #28DD4B;
}
.BgClassName
{
background-color: #28DD4B;
}
</style>
border-color css
<style>
span { border-color: #28DD4B; }
span { border-color: rgb(40,221,75); }
td.TdClassName
{
border-color: #28DD4B;
}
.TagClassName
{
border-color: #28DD4B;
}
</style>