Shades of Malachite #28DF50
Tints of Malachite #28DF50
RGB
CMYK
RGB Variations
Color information
#28DF50 (or 0x28DF50) is known color: Malachite. HEX triplet: 28, DF and 50. RGB value is (40,223,80). Sum of RGB (Red+Green+Blue) = 40+223+80=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 223 (87.5% from 255 or 65.01% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 223 - color contains mainly: green. Hex color #28DF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DF50 is #D720AF. Grayscale: #989898. Windows color (decimal): -14098608 or 5300008. OLE color: 5300008.
HSL color Cylindrical-coordinate representation of color #28DF50: hue angle of 133.11º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DF50 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 80 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.13 |
| HSL | 133.11º | 0.74% | 0.52% | - |
| HSV(B) | 133.11º | 0.82% | 0.87% | - |
| XYZ | 28.71 | 53.81 | 16.46 | - |
| YUV | 151.98 | 87.37 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 80 | 0.82 | 0 | 0.64 | 0.13 | 133.11 | 0.74 | 0.52 |
| Hex | 28 | DF | 50 | 52 | 0 | 40 | D | 85 | 4A | 34 |
| Octal | 50 | 337 | 120 | 122 | 0 | 100 | 15 | 205 | 112 | 64 |
| Binary | 101000 | 11011111 | 1010000 | 1010010 | 0 | 1000000 | 1101 | 10000101 | 1001010 | 110100 |
Color Harmonies of #28DF50
Complementary color
Monochromatic Colors of #28DF50
Black with #28DF50
Text Example
Text Example
White with #28DF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DF50; }
p { color: rgb(40,223,80); }
H1.HeaderClassName
{
color: #28DF50;
}
.AnyTagClassName
{
color: #28DF50;
}
</style>
background-color css
<style>
a { background-color: #28DF50; }
a { background-color: rgb(40,223,80); }
div.DivClassName
{
background-color: #28DF50;
}
.BgClassName
{
background-color: #28DF50;
}
</style>
border-color css
<style>
span { border-color: #28DF50; }
span { border-color: rgb(40,223,80); }
td.TdClassName
{
border-color: #28DF50;
}
.TagClassName
{
border-color: #28DF50;
}
</style>