Shades of Malachite #28FF64
Tints of Malachite #28FF64
RGB
CMYK
RGB Variations
Color information
#28FF64 (or 0x28FF64) is known color: Malachite. HEX triplet: 28, FF and 64. RGB value is (40,255,100). Sum of RGB (Red+Green+Blue) = 40+255+100=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 255 (100% from 255 or 64.56% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28FF64 is #D7009B. Grayscale: #ADADAD. Windows color (decimal): -14090396 or 6618920. OLE color: 6618920.
HSL color Cylindrical-coordinate representation of color #28FF64: hue angle of 136.74º 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 #28FF64 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 100 | - |
| CMYK | 0.84 | 0 | 0.61 | 0 |
| HSL | 136.74º | 1% | 0.58% | - |
| HSV(B) | 136.74º | 0.84% | 1% | - |
| XYZ | 38.94 | 72.89 | 24.07 | - |
| YUV | 173.05 | 86.77 | 33.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 100 | 0.84 | 0 | 0.61 | 0 | 136.74 | 1 | 0.58 |
| Hex | 28 | FF | 64 | 54 | 0 | 3D | 0 | 89 | 64 | 3A |
| Octal | 50 | 377 | 144 | 124 | 0 | 75 | 0 | 211 | 144 | 72 |
| Binary | 101000 | 11111111 | 1100100 | 1010100 | 0 | 111101 | 0 | 10001001 | 1100100 | 111010 |
Color Harmonies of #28FF64
Complementary color
Monochromatic Colors of #28FF64
Black with #28FF64
Text Example
Text Example
White with #28FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF64; }
p { color: rgb(40,255,100); }
H1.HeaderClassName
{
color: #28FF64;
}
.AnyTagClassName
{
color: #28FF64;
}
</style>
background-color css
<style>
a { background-color: #28FF64; }
a { background-color: rgb(40,255,100); }
div.DivClassName
{
background-color: #28FF64;
}
.BgClassName
{
background-color: #28FF64;
}
</style>
border-color css
<style>
span { border-color: #28FF64; }
span { border-color: rgb(40,255,100); }
td.TdClassName
{
border-color: #28FF64;
}
.TagClassName
{
border-color: #28FF64;
}
</style>