Shades of Malachite #28DD65
Tints of Malachite #28DD65
RGB
CMYK
RGB Variations
Color information
#28DD65 (or 0x28DD65) is known color: Malachite. HEX triplet: 28, DD and 65. RGB value is (40,221,101). Sum of RGB (Red+Green+Blue) = 40+221+101=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DD65 is #D7229A. Grayscale: #999999. Windows color (decimal): -14099099 or 6675752. OLE color: 6675752.
HSL color Cylindrical-coordinate representation of color #28DD65: hue angle of 140.22º 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 #28DD65 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 101 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.13 |
| HSL | 140.22º | 0.73% | 0.51% | - |
| HSV(B) | 140.22º | 0.82% | 0.87% | - |
| XYZ | 29.08 | 53.1 | 21.03 | - |
| YUV | 153.2 | 98.53 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 101 | 0.82 | 0 | 0.54 | 0.13 | 140.22 | 0.73 | 0.51 |
| Hex | 28 | DD | 65 | 52 | 0 | 36 | D | 8C | 49 | 33 |
| Octal | 50 | 335 | 145 | 122 | 0 | 66 | 15 | 214 | 111 | 63 |
| Binary | 101000 | 11011101 | 1100101 | 1010010 | 0 | 110110 | 1101 | 10001100 | 1001001 | 110011 |
Color Harmonies of #28DD65
Complementary color
Monochromatic Colors of #28DD65
Black with #28DD65
Text Example
Text Example
White with #28DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD65; }
p { color: rgb(40,221,101); }
H1.HeaderClassName
{
color: #28DD65;
}
.AnyTagClassName
{
color: #28DD65;
}
</style>
background-color css
<style>
a { background-color: #28DD65; }
a { background-color: rgb(40,221,101); }
div.DivClassName
{
background-color: #28DD65;
}
.BgClassName
{
background-color: #28DD65;
}
</style>
border-color css
<style>
span { border-color: #28DD65; }
span { border-color: rgb(40,221,101); }
td.TdClassName
{
border-color: #28DD65;
}
.TagClassName
{
border-color: #28DD65;
}
</style>