Shades of Malachite #28DD61
Tints of Malachite #28DD61
RGB
CMYK
RGB Variations
Color information
#28DD61 (or 0x28DD61) is known color: Malachite. HEX triplet: 28, DD and 61. RGB value is (40,221,97). Sum of RGB (Red+Green+Blue) = 40+221+97=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 221 (86.72% from 255 or 61.73% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DD61 is #D7229E. Grayscale: #999999. Windows color (decimal): -14099103 or 6413608. OLE color: 6413608.
HSL color Cylindrical-coordinate representation of color #28DD61: hue angle of 138.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 #28DD61 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 97 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.13 |
| HSL | 138.9º | 0.73% | 0.51% | - |
| HSV(B) | 138.9º | 0.82% | 0.87% | - |
| XYZ | 28.89 | 53.03 | 20.02 | - |
| YUV | 152.75 | 96.53 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 97 | 0.82 | 0 | 0.56 | 0.13 | 138.9 | 0.73 | 0.51 |
| Hex | 28 | DD | 61 | 52 | 0 | 38 | D | 8B | 49 | 33 |
| Octal | 50 | 335 | 141 | 122 | 0 | 70 | 15 | 213 | 111 | 63 |
| Binary | 101000 | 11011101 | 1100001 | 1010010 | 0 | 111000 | 1101 | 10001011 | 1001001 | 110011 |
Color Harmonies of #28DD61
Complementary color
Monochromatic Colors of #28DD61
Black with #28DD61
Text Example
Text Example
White with #28DD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD61; }
p { color: rgb(40,221,97); }
H1.HeaderClassName
{
color: #28DD61;
}
.AnyTagClassName
{
color: #28DD61;
}
</style>
background-color css
<style>
a { background-color: #28DD61; }
a { background-color: rgb(40,221,97); }
div.DivClassName
{
background-color: #28DD61;
}
.BgClassName
{
background-color: #28DD61;
}
</style>
border-color css
<style>
span { border-color: #28DD61; }
span { border-color: rgb(40,221,97); }
td.TdClassName
{
border-color: #28DD61;
}
.TagClassName
{
border-color: #28DD61;
}
</style>