Shades of Malachite #28FB50
Tints of Malachite #28FB50
RGB
CMYK
RGB Variations
Color information
#28FB50 (or 0x28FB50) is known color: Malachite. HEX triplet: 28, FB and 50. RGB value is (40,251,80). Sum of RGB (Red+Green+Blue) = 40+251+80=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 251 (98.44% from 255 or 67.65% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 251 - color contains mainly: green. Hex color #28FB50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28FB50 is #D704AF. Grayscale: #A8A8A8. Windows color (decimal): -14091440 or 5307176. OLE color: 5307176.
HSL color Cylindrical-coordinate representation of color #28FB50: hue angle of 131.37º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FB50 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 251 | 80 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.02 |
| HSL | 131.37º | 0.96% | 0.57% | - |
| HSV(B) | 131.37º | 0.84% | 0.98% | - |
| XYZ | 36.82 | 70.02 | 19.16 | - |
| YUV | 168.42 | 78.1 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 251 | 80 | 0.84 | 0 | 0.68 | 0.02 | 131.37 | 0.96 | 0.57 |
| Hex | 28 | FB | 50 | 54 | 0 | 44 | 2 | 83 | 60 | 39 |
| Octal | 50 | 373 | 120 | 124 | 0 | 104 | 2 | 203 | 140 | 71 |
| Binary | 101000 | 11111011 | 1010000 | 1010100 | 0 | 1000100 | 10 | 10000011 | 1100000 | 111001 |
Color Harmonies of #28FB50
Complementary color
Monochromatic Colors of #28FB50
Black with #28FB50
Text Example
Text Example
White with #28FB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FB50; }
p { color: rgb(40,251,80); }
H1.HeaderClassName
{
color: #28FB50;
}
.AnyTagClassName
{
color: #28FB50;
}
</style>
background-color css
<style>
a { background-color: #28FB50; }
a { background-color: rgb(40,251,80); }
div.DivClassName
{
background-color: #28FB50;
}
.BgClassName
{
background-color: #28FB50;
}
</style>
border-color css
<style>
span { border-color: #28FB50; }
span { border-color: rgb(40,251,80); }
td.TdClassName
{
border-color: #28FB50;
}
.TagClassName
{
border-color: #28FB50;
}
</style>