Shades of Malachite #28EF64
Tints of Malachite #28EF64
RGB
CMYK
RGB Variations
Color information
#28EF64 (or 0x28EF64) is known color: Malachite. HEX triplet: 28, EF and 64. RGB value is (40,239,100). Sum of RGB (Red+Green+Blue) = 40+239+100=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 239 (93.75% from 255 or 63.06% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 239 - color contains mainly: green. Hex color #28EF64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28EF64 is #D7109B. Grayscale: #A4A4A4. Windows color (decimal): -14094492 or 6614824. OLE color: 6614824.
HSL color Cylindrical-coordinate representation of color #28EF64: hue angle of 138.09º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EF64 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 239 | 100 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.06 |
| HSL | 138.09º | 0.86% | 0.55% | - |
| HSV(B) | 138.09º | 0.83% | 0.94% | - |
| XYZ | 34.04 | 63.1 | 22.44 | - |
| YUV | 163.65 | 92.07 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 239 | 100 | 0.83 | 0 | 0.58 | 0.06 | 138.09 | 0.86 | 0.55 |
| Hex | 28 | EF | 64 | 53 | 0 | 3A | 6 | 8A | 56 | 37 |
| Octal | 50 | 357 | 144 | 123 | 0 | 72 | 6 | 212 | 126 | 67 |
| Binary | 101000 | 11101111 | 1100100 | 1010011 | 0 | 111010 | 110 | 10001010 | 1010110 | 110111 |
Color Harmonies of #28EF64
Complementary color
Monochromatic Colors of #28EF64
Black with #28EF64
Text Example
Text Example
White with #28EF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EF64; }
p { color: rgb(40,239,100); }
H1.HeaderClassName
{
color: #28EF64;
}
.AnyTagClassName
{
color: #28EF64;
}
</style>
background-color css
<style>
a { background-color: #28EF64; }
a { background-color: rgb(40,239,100); }
div.DivClassName
{
background-color: #28EF64;
}
.BgClassName
{
background-color: #28EF64;
}
</style>
border-color css
<style>
span { border-color: #28EF64; }
span { border-color: rgb(40,239,100); }
td.TdClassName
{
border-color: #28EF64;
}
.TagClassName
{
border-color: #28EF64;
}
</style>