Shades of Malachite #28F264
Tints of Malachite #28F264
RGB
CMYK
RGB Variations
Color information
#28F264 (or 0x28F264) is known color: Malachite. HEX triplet: 28, F2 and 64. RGB value is (40,242,100). Sum of RGB (Red+Green+Blue) = 40+242+100=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 242 (94.92% from 255 or 63.35% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 242 - color contains mainly: green. Hex color #28F264 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F264 is #D70D9B. Grayscale: #A5A5A5. Windows color (decimal): -14093724 or 6615592. OLE color: 6615592.
HSL color Cylindrical-coordinate representation of color #28F264: hue angle of 137.82º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F264 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 100 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.05 |
| HSL | 137.82º | 0.89% | 0.55% | - |
| HSV(B) | 137.82º | 0.83% | 0.95% | - |
| XYZ | 34.93 | 64.88 | 22.74 | - |
| YUV | 165.41 | 91.08 | 38.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 100 | 0.83 | 0 | 0.59 | 0.05 | 137.82 | 0.89 | 0.55 |
| Hex | 28 | F2 | 64 | 53 | 0 | 3B | 5 | 8A | 59 | 37 |
| Octal | 50 | 362 | 144 | 123 | 0 | 73 | 5 | 212 | 131 | 67 |
| Binary | 101000 | 11110010 | 1100100 | 1010011 | 0 | 111011 | 101 | 10001010 | 1011001 | 110111 |
Color Harmonies of #28F264
Complementary color
Monochromatic Colors of #28F264
Black with #28F264
Text Example
Text Example
White with #28F264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F264; }
p { color: rgb(40,242,100); }
H1.HeaderClassName
{
color: #28F264;
}
.AnyTagClassName
{
color: #28F264;
}
</style>
background-color css
<style>
a { background-color: #28F264; }
a { background-color: rgb(40,242,100); }
div.DivClassName
{
background-color: #28F264;
}
.BgClassName
{
background-color: #28F264;
}
</style>
border-color css
<style>
span { border-color: #28F264; }
span { border-color: rgb(40,242,100); }
td.TdClassName
{
border-color: #28F264;
}
.TagClassName
{
border-color: #28F264;
}
</style>