Shades of Malachite #28F468
Tints of Malachite #28F468
RGB
CMYK
RGB Variations
Color information
#28F468 (or 0x28F468) is known color: Malachite. HEX triplet: 28, F4 and 68. RGB value is (40,244,104). Sum of RGB (Red+Green+Blue) = 40+244+104=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 244 (95.70% from 255 or 62.89% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 244 - color contains mainly: green. Hex color #28F468 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F468 is #D70B97. Grayscale: #A7A7A7. Windows color (decimal): -14093208 or 6878248. OLE color: 6878248.
HSL color Cylindrical-coordinate representation of color #28F468: hue angle of 138.82º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F468 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 244 | 104 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.04 |
| HSL | 138.82º | 0.9% | 0.56% | - |
| HSV(B) | 138.82º | 0.84% | 0.96% | - |
| XYZ | 35.72 | 66.15 | 23.98 | - |
| YUV | 167.04 | 92.41 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 244 | 104 | 0.84 | 0 | 0.57 | 0.04 | 138.82 | 0.9 | 0.56 |
| Hex | 28 | F4 | 68 | 54 | 0 | 39 | 4 | 8B | 5A | 38 |
| Octal | 50 | 364 | 150 | 124 | 0 | 71 | 4 | 213 | 132 | 70 |
| Binary | 101000 | 11110100 | 1101000 | 1010100 | 0 | 111001 | 100 | 10001011 | 1011010 | 111000 |
Color Harmonies of #28F468
Complementary color
Monochromatic Colors of #28F468
Black with #28F468
Text Example
Text Example
White with #28F468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F468; }
p { color: rgb(40,244,104); }
H1.HeaderClassName
{
color: #28F468;
}
.AnyTagClassName
{
color: #28F468;
}
</style>
background-color css
<style>
a { background-color: #28F468; }
a { background-color: rgb(40,244,104); }
div.DivClassName
{
background-color: #28F468;
}
.BgClassName
{
background-color: #28F468;
}
</style>
border-color css
<style>
span { border-color: #28F468; }
span { border-color: rgb(40,244,104); }
td.TdClassName
{
border-color: #28F468;
}
.TagClassName
{
border-color: #28F468;
}
</style>