Shades of Malachite #28D24D
Tints of Malachite #28D24D
RGB
CMYK
RGB Variations
Color information
#28D24D (or 0x28D24D) is known color: Malachite. HEX triplet: 28, D2 and 4D. RGB value is (40,210,77). Sum of RGB (Red+Green+Blue) = 40+210+77=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 210 (82.42% from 255 or 64.22% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 210 - color contains mainly: green. Hex color #28D24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D24D is #D72DB2. Grayscale: #909090. Windows color (decimal): -14101939 or 5100072. OLE color: 5100072.
HSL color Cylindrical-coordinate representation of color #28D24D: hue angle of 133.06º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D24D is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 77 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.18 |
| HSL | 133.06º | 0.68% | 0.49% | - |
| HSV(B) | 133.06º | 0.81% | 0.82% | - |
| XYZ | 25.26 | 47.08 | 14.78 | - |
| YUV | 144.01 | 90.18 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 77 | 0.81 | 0 | 0.63 | 0.18 | 133.06 | 0.68 | 0.49 |
| Hex | 28 | D2 | 4D | 51 | 0 | 3F | 12 | 85 | 44 | 31 |
| Octal | 50 | 322 | 115 | 121 | 0 | 77 | 22 | 205 | 104 | 61 |
| Binary | 101000 | 11010010 | 1001101 | 1010001 | 0 | 111111 | 10010 | 10000101 | 1000100 | 110001 |
Color Harmonies of #28D24D
Complementary color
Monochromatic Colors of #28D24D
Black with #28D24D
Text Example
Text Example
White with #28D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D24D; }
p { color: rgb(40,210,77); }
H1.HeaderClassName
{
color: #28D24D;
}
.AnyTagClassName
{
color: #28D24D;
}
</style>
background-color css
<style>
a { background-color: #28D24D; }
a { background-color: rgb(40,210,77); }
div.DivClassName
{
background-color: #28D24D;
}
.BgClassName
{
background-color: #28D24D;
}
</style>
border-color css
<style>
span { border-color: #28D24D; }
span { border-color: rgb(40,210,77); }
td.TdClassName
{
border-color: #28D24D;
}
.TagClassName
{
border-color: #28D24D;
}
</style>