Shades of Malachite #28D74D
Tints of Malachite #28D74D
RGB
CMYK
RGB Variations
Color information
#28D74D (or 0x28D74D) is known color: Malachite. HEX triplet: 28, D7 and 4D. RGB value is (40,215,77). Sum of RGB (Red+Green+Blue) = 40+215+77=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 215 (84.38% from 255 or 64.76% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 215 - color contains mainly: green. Hex color #28D74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D74D is #D728B2. Grayscale: #939393. Windows color (decimal): -14100659 or 5101352. OLE color: 5101352.
HSL color Cylindrical-coordinate representation of color #28D74D: hue angle of 132.69º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D74D is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 215 | 77 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.16 |
| HSL | 132.69º | 0.69% | 0.5% | - |
| HSV(B) | 132.69º | 0.81% | 0.84% | - |
| XYZ | 26.52 | 49.59 | 15.2 | - |
| YUV | 146.94 | 88.52 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 215 | 77 | 0.81 | 0 | 0.64 | 0.16 | 132.69 | 0.69 | 0.5 |
| Hex | 28 | D7 | 4D | 51 | 0 | 40 | 10 | 85 | 45 | 32 |
| Octal | 50 | 327 | 115 | 121 | 0 | 100 | 20 | 205 | 105 | 62 |
| Binary | 101000 | 11010111 | 1001101 | 1010001 | 0 | 1000000 | 10000 | 10000101 | 1000101 | 110010 |
Color Harmonies of #28D74D
Complementary color
Monochromatic Colors of #28D74D
Black with #28D74D
Text Example
Text Example
White with #28D74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D74D; }
p { color: rgb(40,215,77); }
H1.HeaderClassName
{
color: #28D74D;
}
.AnyTagClassName
{
color: #28D74D;
}
</style>
background-color css
<style>
a { background-color: #28D74D; }
a { background-color: rgb(40,215,77); }
div.DivClassName
{
background-color: #28D74D;
}
.BgClassName
{
background-color: #28D74D;
}
</style>
border-color css
<style>
span { border-color: #28D74D; }
span { border-color: rgb(40,215,77); }
td.TdClassName
{
border-color: #28D74D;
}
.TagClassName
{
border-color: #28D74D;
}
</style>