Shades of Malachite #28FA52
Tints of Malachite #28FA52
RGB
CMYK
RGB Variations
Color information
#28FA52 (or 0x28FA52) is known color: Malachite. HEX triplet: 28, FA and 52. RGB value is (40,250,82). Sum of RGB (Red+Green+Blue) = 40+250+82=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 250 (98.05% from 255 or 67.20% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28FA52 is #D705AD. Grayscale: #A8A8A8. Windows color (decimal): -14091694 or 5437992. OLE color: 5437992.
HSL color Cylindrical-coordinate representation of color #28FA52: hue angle of 132º degrees, saturation: 0.95, 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 #28FA52 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 82 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.02 |
| HSL | 132º | 0.95% | 0.57% | - |
| HSV(B) | 132º | 0.84% | 0.98% | - |
| XYZ | 36.58 | 69.43 | 19.46 | - |
| YUV | 168.06 | 79.43 | 36.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 82 | 0.84 | 0 | 0.67 | 0.02 | 132 | 0.95 | 0.57 |
| Hex | 28 | FA | 52 | 54 | 0 | 43 | 2 | 84 | 5F | 39 |
| Octal | 50 | 372 | 122 | 124 | 0 | 103 | 2 | 204 | 137 | 71 |
| Binary | 101000 | 11111010 | 1010010 | 1010100 | 0 | 1000011 | 10 | 10000100 | 1011111 | 111001 |
Color Harmonies of #28FA52
Complementary color
Monochromatic Colors of #28FA52
Black with #28FA52
Text Example
Text Example
White with #28FA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA52; }
p { color: rgb(40,250,82); }
H1.HeaderClassName
{
color: #28FA52;
}
.AnyTagClassName
{
color: #28FA52;
}
</style>
background-color css
<style>
a { background-color: #28FA52; }
a { background-color: rgb(40,250,82); }
div.DivClassName
{
background-color: #28FA52;
}
.BgClassName
{
background-color: #28FA52;
}
</style>
border-color css
<style>
span { border-color: #28FA52; }
span { border-color: rgb(40,250,82); }
td.TdClassName
{
border-color: #28FA52;
}
.TagClassName
{
border-color: #28FA52;
}
</style>