Shades of Malachite #28D950
Tints of Malachite #28D950
RGB
CMYK
RGB Variations
Color information
#28D950 (or 0x28D950) is known color: Malachite. HEX triplet: 28, D9 and 50. RGB value is (40,217,80). Sum of RGB (Red+Green+Blue) = 40+217+80=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 217 (85.16% from 255 or 64.39% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 217 - color contains mainly: green. Hex color #28D950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D950 is #D726AF. Grayscale: #949494. Windows color (decimal): -14100144 or 5298472. OLE color: 5298472.
HSL color Cylindrical-coordinate representation of color #28D950: hue angle of 133.56º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D950 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 80 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.15 |
| HSL | 133.56º | 0.7% | 0.5% | - |
| HSV(B) | 133.56º | 0.82% | 0.85% | - |
| XYZ | 27.14 | 50.66 | 15.94 | - |
| YUV | 148.46 | 89.36 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 80 | 0.82 | 0 | 0.63 | 0.15 | 133.56 | 0.7 | 0.5 |
| Hex | 28 | D9 | 50 | 52 | 0 | 3F | F | 86 | 46 | 32 |
| Octal | 50 | 331 | 120 | 122 | 0 | 77 | 17 | 206 | 106 | 62 |
| Binary | 101000 | 11011001 | 1010000 | 1010010 | 0 | 111111 | 1111 | 10000110 | 1000110 | 110010 |
Color Harmonies of #28D950
Complementary color
Monochromatic Colors of #28D950
Black with #28D950
Text Example
Text Example
White with #28D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D950; }
p { color: rgb(40,217,80); }
H1.HeaderClassName
{
color: #28D950;
}
.AnyTagClassName
{
color: #28D950;
}
</style>
background-color css
<style>
a { background-color: #28D950; }
a { background-color: rgb(40,217,80); }
div.DivClassName
{
background-color: #28D950;
}
.BgClassName
{
background-color: #28D950;
}
</style>
border-color css
<style>
span { border-color: #28D950; }
span { border-color: rgb(40,217,80); }
td.TdClassName
{
border-color: #28D950;
}
.TagClassName
{
border-color: #28D950;
}
</style>