Shades of Malachite #28D85D
Tints of Malachite #28D85D
RGB
CMYK
RGB Variations
Color information
#28D85D (or 0x28D85D) is known color: Malachite. HEX triplet: 28, D8 and 5D. RGB value is (40,216,93). Sum of RGB (Red+Green+Blue) = 40+216+93=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 216 (84.77% from 255 or 61.89% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 216 - color contains mainly: green. Hex color #28D85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D85D is #D727A2. Grayscale: #959595. Windows color (decimal): -14100387 or 6150184. OLE color: 6150184.
HSL color Cylindrical-coordinate representation of color #28D85D: hue angle of 138.07º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D85D is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 216 | 93 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.15 |
| HSL | 138.07º | 0.69% | 0.5% | - |
| HSV(B) | 138.07º | 0.81% | 0.85% | - |
| XYZ | 27.41 | 50.35 | 18.63 | - |
| YUV | 149.35 | 96.19 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 93 | 0.81 | 0 | 0.57 | 0.15 | 138.07 | 0.69 | 0.5 |
| Hex | 28 | D8 | 5D | 51 | 0 | 39 | F | 8A | 45 | 32 |
| Octal | 50 | 330 | 135 | 121 | 0 | 71 | 17 | 212 | 105 | 62 |
| Binary | 101000 | 11011000 | 1011101 | 1010001 | 0 | 111001 | 1111 | 10001010 | 1000101 | 110010 |
Color Harmonies of #28D85D
Complementary color
Monochromatic Colors of #28D85D
Black with #28D85D
Text Example
Text Example
White with #28D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D85D; }
p { color: rgb(40,216,93); }
H1.HeaderClassName
{
color: #28D85D;
}
.AnyTagClassName
{
color: #28D85D;
}
</style>
background-color css
<style>
a { background-color: #28D85D; }
a { background-color: rgb(40,216,93); }
div.DivClassName
{
background-color: #28D85D;
}
.BgClassName
{
background-color: #28D85D;
}
</style>
border-color css
<style>
span { border-color: #28D85D; }
span { border-color: rgb(40,216,93); }
td.TdClassName
{
border-color: #28D85D;
}
.TagClassName
{
border-color: #28D85D;
}
</style>