Shades of Malachite #28FF46
Tints of Malachite #28FF46
RGB
CMYK
RGB Variations
Color information
#28FF46 (or 0x28FF46) is known color: Malachite. HEX triplet: 28, FF and 46. RGB value is (40,255,70). Sum of RGB (Red+Green+Blue) = 40+255+70=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 255 (100% from 255 or 69.86% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FF46 is #D700B9. Grayscale: #AAAAAA. Windows color (decimal): -14090426 or 4652840. OLE color: 4652840.
HSL color Cylindrical-coordinate representation of color #28FF46: hue angle of 128.37º 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 #28FF46 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 70 | - |
| CMYK | 0.84 | 0 | 0.73 | 0 |
| HSL | 128.37º | 1% | 0.58% | - |
| HSV(B) | 128.37º | 0.84% | 1% | - |
| XYZ | 37.74 | 72.41 | 17.78 | - |
| YUV | 169.63 | 71.77 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 70 | 0.84 | 0 | 0.73 | 0 | 128.37 | 1 | 0.58 |
| Hex | 28 | FF | 46 | 54 | 0 | 49 | 0 | 80 | 64 | 3A |
| Octal | 50 | 377 | 106 | 124 | 0 | 111 | 0 | 200 | 144 | 72 |
| Binary | 101000 | 11111111 | 1000110 | 1010100 | 0 | 1001001 | 0 | 10000000 | 1100100 | 111010 |
Color Harmonies of #28FF46
Complementary color
Monochromatic Colors of #28FF46
Black with #28FF46
Text Example
Text Example
White with #28FF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF46; }
p { color: rgb(40,255,70); }
H1.HeaderClassName
{
color: #28FF46;
}
.AnyTagClassName
{
color: #28FF46;
}
</style>
background-color css
<style>
a { background-color: #28FF46; }
a { background-color: rgb(40,255,70); }
div.DivClassName
{
background-color: #28FF46;
}
.BgClassName
{
background-color: #28FF46;
}
</style>
border-color css
<style>
span { border-color: #28FF46; }
span { border-color: rgb(40,255,70); }
td.TdClassName
{
border-color: #28FF46;
}
.TagClassName
{
border-color: #28FF46;
}
</style>