Shades of Malachite #28FE64
Tints of Malachite #28FE64
RGB
CMYK
RGB Variations
Color information
#28FE64 (or 0x28FE64) is known color: Malachite. HEX triplet: 28, FE and 64. RGB value is (40,254,100). Sum of RGB (Red+Green+Blue) = 40+254+100=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 254 (99.61% from 255 or 64.47% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 254 - color contains mainly: green. Hex color #28FE64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28FE64 is #D7019B. Grayscale: #ACACAC. Windows color (decimal): -14090652 or 6618664. OLE color: 6618664.
HSL color Cylindrical-coordinate representation of color #28FE64: hue angle of 136.82º 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 #28FE64 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 100 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.00 |
| HSL | 136.82º | 0.99% | 0.58% | - |
| HSV(B) | 136.82º | 0.84% | 1% | - |
| XYZ | 38.62 | 72.25 | 23.97 | - |
| YUV | 172.46 | 87.1 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 100 | 0.84 | 0 | 0.61 | 0.00 | 136.82 | 0.99 | 0.58 |
| Hex | 28 | FE | 64 | 54 | 0 | 3D | 0 | 89 | 63 | 3A |
| Octal | 50 | 376 | 144 | 124 | 0 | 75 | 0 | 211 | 143 | 72 |
| Binary | 101000 | 11111110 | 1100100 | 1010100 | 0 | 111101 | 0 | 10001001 | 1100011 | 111010 |
Color Harmonies of #28FE64
Complementary color
Monochromatic Colors of #28FE64
Black with #28FE64
Text Example
Text Example
White with #28FE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FE64; }
p { color: rgb(40,254,100); }
H1.HeaderClassName
{
color: #28FE64;
}
.AnyTagClassName
{
color: #28FE64;
}
</style>
background-color css
<style>
a { background-color: #28FE64; }
a { background-color: rgb(40,254,100); }
div.DivClassName
{
background-color: #28FE64;
}
.BgClassName
{
background-color: #28FE64;
}
</style>
border-color css
<style>
span { border-color: #28FE64; }
span { border-color: rgb(40,254,100); }
td.TdClassName
{
border-color: #28FE64;
}
.TagClassName
{
border-color: #28FE64;
}
</style>