Shades of Malachite #28FE52
Tints of Malachite #28FE52
RGB
CMYK
RGB Variations
Color information
#28FE52 (or 0x28FE52) is known color: Malachite. HEX triplet: 28, FE and 52. RGB value is (40,254,82). Sum of RGB (Red+Green+Blue) = 40+254+82=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 254 (99.61% from 255 or 67.55% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 254 - color contains mainly: green. Hex color #28FE52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28FE52 is #D701AD. Grayscale: #AAAAAA. Windows color (decimal): -14090670 or 5439016. OLE color: 5439016.
HSL color Cylindrical-coordinate representation of color #28FE52: hue angle of 131.78º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FE52 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 82 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.00 |
| HSL | 131.78º | 0.99% | 0.58% | - |
| HSV(B) | 131.78º | 0.84% | 1% | - |
| XYZ | 37.84 | 71.94 | 19.87 | - |
| YUV | 170.41 | 78.1 | 34.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 82 | 0.84 | 0 | 0.68 | 0.00 | 131.78 | 0.99 | 0.58 |
| Hex | 28 | FE | 52 | 54 | 0 | 44 | 0 | 84 | 63 | 3A |
| Octal | 50 | 376 | 122 | 124 | 0 | 104 | 0 | 204 | 143 | 72 |
| Binary | 101000 | 11111110 | 1010010 | 1010100 | 0 | 1000100 | 0 | 10000100 | 1100011 | 111010 |
Color Harmonies of #28FE52
Complementary color
Monochromatic Colors of #28FE52
Black with #28FE52
Text Example
Text Example
White with #28FE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FE52; }
p { color: rgb(40,254,82); }
H1.HeaderClassName
{
color: #28FE52;
}
.AnyTagClassName
{
color: #28FE52;
}
</style>
background-color css
<style>
a { background-color: #28FE52; }
a { background-color: rgb(40,254,82); }
div.DivClassName
{
background-color: #28FE52;
}
.BgClassName
{
background-color: #28FE52;
}
</style>
border-color css
<style>
span { border-color: #28FE52; }
span { border-color: rgb(40,254,82); }
td.TdClassName
{
border-color: #28FE52;
}
.TagClassName
{
border-color: #28FE52;
}
</style>