Shades of Malachite #28FC50
Tints of Malachite #28FC50
RGB
CMYK
RGB Variations
Color information
#28FC50 (or 0x28FC50) is known color: Malachite. HEX triplet: 28, FC and 50. RGB value is (40,252,80). Sum of RGB (Red+Green+Blue) = 40+252+80=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 252 (98.83% from 255 or 67.74% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 252 - color contains mainly: green. Hex color #28FC50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28FC50 is #D703AF. Grayscale: #A9A9A9. Windows color (decimal): -14091184 or 5307432. OLE color: 5307432.
HSL color Cylindrical-coordinate representation of color #28FC50: hue angle of 131.32º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FC50 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 80 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.01 |
| HSL | 131.32º | 0.97% | 0.57% | - |
| HSV(B) | 131.32º | 0.84% | 0.99% | - |
| XYZ | 37.13 | 70.65 | 19.27 | - |
| YUV | 169 | 77.76 | 35.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 80 | 0.84 | 0 | 0.68 | 0.01 | 131.32 | 0.97 | 0.57 |
| Hex | 28 | FC | 50 | 54 | 0 | 44 | 1 | 83 | 61 | 39 |
| Octal | 50 | 374 | 120 | 124 | 0 | 104 | 1 | 203 | 141 | 71 |
| Binary | 101000 | 11111100 | 1010000 | 1010100 | 0 | 1000100 | 1 | 10000011 | 1100001 | 111001 |
Color Harmonies of #28FC50
Complementary color
Monochromatic Colors of #28FC50
Black with #28FC50
Text Example
Text Example
White with #28FC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FC50; }
p { color: rgb(40,252,80); }
H1.HeaderClassName
{
color: #28FC50;
}
.AnyTagClassName
{
color: #28FC50;
}
</style>
background-color css
<style>
a { background-color: #28FC50; }
a { background-color: rgb(40,252,80); }
div.DivClassName
{
background-color: #28FC50;
}
.BgClassName
{
background-color: #28FC50;
}
</style>
border-color css
<style>
span { border-color: #28FC50; }
span { border-color: rgb(40,252,80); }
td.TdClassName
{
border-color: #28FC50;
}
.TagClassName
{
border-color: #28FC50;
}
</style>