Shades of Malachite #28FF50
Tints of Malachite #28FF50
RGB
CMYK
RGB Variations
Color information
#28FF50 (or 0x28FF50) is known color: Malachite. HEX triplet: 28, FF and 50. RGB value is (40,255,80). Sum of RGB (Red+Green+Blue) = 40+255+80=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28FF50 is #D700AF. Grayscale: #ABABAB. Windows color (decimal): -14090416 or 5308200. OLE color: 5308200.
HSL color Cylindrical-coordinate representation of color #28FF50: hue angle of 131.16º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FF50 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 80 | - |
| CMYK | 0.84 | 0 | 0.69 | 0 |
| HSL | 131.16º | 1% | 0.58% | - |
| HSV(B) | 131.16º | 0.84% | 1% | - |
| XYZ | 38.08 | 72.55 | 19.59 | - |
| YUV | 170.77 | 76.77 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 80 | 0.84 | 0 | 0.69 | 0 | 131.16 | 1 | 0.58 |
| Hex | 28 | FF | 50 | 54 | 0 | 45 | 0 | 83 | 64 | 3A |
| Octal | 50 | 377 | 120 | 124 | 0 | 105 | 0 | 203 | 144 | 72 |
| Binary | 101000 | 11111111 | 1010000 | 1010100 | 0 | 1000101 | 0 | 10000011 | 1100100 | 111010 |
Color Harmonies of #28FF50
Complementary color
Monochromatic Colors of #28FF50
Black with #28FF50
Text Example
Text Example
White with #28FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF50; }
p { color: rgb(40,255,80); }
H1.HeaderClassName
{
color: #28FF50;
}
.AnyTagClassName
{
color: #28FF50;
}
</style>
background-color css
<style>
a { background-color: #28FF50; }
a { background-color: rgb(40,255,80); }
div.DivClassName
{
background-color: #28FF50;
}
.BgClassName
{
background-color: #28FF50;
}
</style>
border-color css
<style>
span { border-color: #28FF50; }
span { border-color: rgb(40,255,80); }
td.TdClassName
{
border-color: #28FF50;
}
.TagClassName
{
border-color: #28FF50;
}
</style>