Shades of Malachite #28EE64
Tints of Malachite #28EE64
RGB
CMYK
RGB Variations
Color information
#28EE64 (or 0x28EE64) is known color: Malachite. HEX triplet: 28, EE and 64. RGB value is (40,238,100). Sum of RGB (Red+Green+Blue) = 40+238+100=378 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.58% from 378); Green value is 238 (93.36% from 255 or 62.96% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 238 - color contains mainly: green. Hex color #28EE64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28EE64 is #D7119B. Grayscale: #A3A3A3. Windows color (decimal): -14094748 or 6614568. OLE color: 6614568.
HSL color Cylindrical-coordinate representation of color #28EE64: hue angle of 138.18º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EE64 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 100 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.07 |
| HSL | 138.18º | 0.85% | 0.55% | - |
| HSV(B) | 138.18º | 0.83% | 0.93% | - |
| XYZ | 33.75 | 62.52 | 22.35 | - |
| YUV | 163.07 | 92.4 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 100 | 0.83 | 0 | 0.58 | 0.07 | 138.18 | 0.85 | 0.55 |
| Hex | 28 | EE | 64 | 53 | 0 | 3A | 7 | 8A | 55 | 37 |
| Octal | 50 | 356 | 144 | 123 | 0 | 72 | 7 | 212 | 125 | 67 |
| Binary | 101000 | 11101110 | 1100100 | 1010011 | 0 | 111010 | 111 | 10001010 | 1010101 | 110111 |
Color Harmonies of #28EE64
Complementary color
Monochromatic Colors of #28EE64
Black with #28EE64
Text Example
Text Example
White with #28EE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EE64; }
p { color: rgb(40,238,100); }
H1.HeaderClassName
{
color: #28EE64;
}
.AnyTagClassName
{
color: #28EE64;
}
</style>
background-color css
<style>
a { background-color: #28EE64; }
a { background-color: rgb(40,238,100); }
div.DivClassName
{
background-color: #28EE64;
}
.BgClassName
{
background-color: #28EE64;
}
</style>
border-color css
<style>
span { border-color: #28EE64; }
span { border-color: rgb(40,238,100); }
td.TdClassName
{
border-color: #28EE64;
}
.TagClassName
{
border-color: #28EE64;
}
</style>