Shades of Malachite #28FF49
Tints of Malachite #28FF49
RGB
CMYK
RGB Variations
Color information
#28FF49 (or 0x28FF49) is known color: Malachite. HEX triplet: 28, FF and 49. RGB value is (40,255,73). Sum of RGB (Red+Green+Blue) = 40+255+73=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 255 (100% from 255 or 69.29% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FF49 is #D700B6. Grayscale: #AAAAAA. Windows color (decimal): -14090423 or 4849448. OLE color: 4849448.
HSL color Cylindrical-coordinate representation of color #28FF49: hue angle of 129.21º 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 #28FF49 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 73 | - |
| CMYK | 0.84 | 0 | 0.71 | 0 |
| HSL | 129.21º | 1% | 0.58% | - |
| HSV(B) | 129.21º | 0.84% | 1% | - |
| XYZ | 37.84 | 72.45 | 18.29 | - |
| YUV | 169.97 | 73.27 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 73 | 0.84 | 0 | 0.71 | 0 | 129.21 | 1 | 0.58 |
| Hex | 28 | FF | 49 | 54 | 0 | 47 | 0 | 81 | 64 | 3A |
| Octal | 50 | 377 | 111 | 124 | 0 | 107 | 0 | 201 | 144 | 72 |
| Binary | 101000 | 11111111 | 1001001 | 1010100 | 0 | 1000111 | 0 | 10000001 | 1100100 | 111010 |
Color Harmonies of #28FF49
Complementary color
Monochromatic Colors of #28FF49
Black with #28FF49
Text Example
Text Example
White with #28FF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF49; }
p { color: rgb(40,255,73); }
H1.HeaderClassName
{
color: #28FF49;
}
.AnyTagClassName
{
color: #28FF49;
}
</style>
background-color css
<style>
a { background-color: #28FF49; }
a { background-color: rgb(40,255,73); }
div.DivClassName
{
background-color: #28FF49;
}
.BgClassName
{
background-color: #28FF49;
}
</style>
border-color css
<style>
span { border-color: #28FF49; }
span { border-color: rgb(40,255,73); }
td.TdClassName
{
border-color: #28FF49;
}
.TagClassName
{
border-color: #28FF49;
}
</style>