Shades of Malachite #28D64B
Tints of Malachite #28D64B
RGB
CMYK
RGB Variations
Color information
#28D64B (or 0x28D64B) is known color: Malachite. HEX triplet: 28, D6 and 4B. RGB value is (40,214,75). Sum of RGB (Red+Green+Blue) = 40+214+75=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 214 (83.98% from 255 or 65.05% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 214 - color contains mainly: green. Hex color #28D64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D64B is #D729B4. Grayscale: #929292. Windows color (decimal): -14100917 or 4970024. OLE color: 4970024.
HSL color Cylindrical-coordinate representation of color #28D64B: hue angle of 132.07º 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 #28D64B is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 214 | 75 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.16 |
| HSL | 132.07º | 0.69% | 0.5% | - |
| HSV(B) | 132.07º | 0.81% | 0.84% | - |
| XYZ | 26.19 | 49.05 | 14.74 | - |
| YUV | 146.13 | 87.85 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 214 | 75 | 0.81 | 0 | 0.65 | 0.16 | 132.07 | 0.69 | 0.5 |
| Hex | 28 | D6 | 4B | 51 | 0 | 41 | 10 | 84 | 45 | 32 |
| Octal | 50 | 326 | 113 | 121 | 0 | 101 | 20 | 204 | 105 | 62 |
| Binary | 101000 | 11010110 | 1001011 | 1010001 | 0 | 1000001 | 10000 | 10000100 | 1000101 | 110010 |
Color Harmonies of #28D64B
Complementary color
Monochromatic Colors of #28D64B
Black with #28D64B
Text Example
Text Example
White with #28D64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D64B; }
p { color: rgb(40,214,75); }
H1.HeaderClassName
{
color: #28D64B;
}
.AnyTagClassName
{
color: #28D64B;
}
</style>
background-color css
<style>
a { background-color: #28D64B; }
a { background-color: rgb(40,214,75); }
div.DivClassName
{
background-color: #28D64B;
}
.BgClassName
{
background-color: #28D64B;
}
</style>
border-color css
<style>
span { border-color: #28D64B; }
span { border-color: rgb(40,214,75); }
td.TdClassName
{
border-color: #28D64B;
}
.TagClassName
{
border-color: #28D64B;
}
</style>