Shades of Malachite #28E775
Tints of Malachite #28E775
RGB
CMYK
RGB Variations
Color information
#28E775 (or 0x28E775) is known color: Malachite. HEX triplet: 28, E7 and 75. RGB value is (40,231,117). Sum of RGB (Red+Green+Blue) = 40+231+117=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 231 (90.62% from 255 or 59.54% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 231 - color contains mainly: green. Hex color #28E775 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28E775 is #D7188A. Grayscale: #A1A1A1. Windows color (decimal): -14096523 or 7726888. OLE color: 7726888.
HSL color Cylindrical-coordinate representation of color #28E775: hue angle of 144.19º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E775 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 231 | 117 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.09 |
| HSL | 144.19º | 0.8% | 0.53% | - |
| HSV(B) | 144.19º | 0.83% | 0.91% | - |
| XYZ | 32.66 | 58.89 | 26.47 | - |
| YUV | 160.9 | 103.22 | 41.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 231 | 117 | 0.83 | 0 | 0.49 | 0.09 | 144.19 | 0.8 | 0.53 |
| Hex | 28 | E7 | 75 | 53 | 0 | 31 | 9 | 90 | 50 | 35 |
| Octal | 50 | 347 | 165 | 123 | 0 | 61 | 11 | 220 | 120 | 65 |
| Binary | 101000 | 11100111 | 1110101 | 1010011 | 0 | 110001 | 1001 | 10010000 | 1010000 | 110101 |
Color Harmonies of #28E775
Complementary color
Monochromatic Colors of #28E775
Black with #28E775
Text Example
Text Example
White with #28E775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E775; }
p { color: rgb(40,231,117); }
H1.HeaderClassName
{
color: #28E775;
}
.AnyTagClassName
{
color: #28E775;
}
</style>
background-color css
<style>
a { background-color: #28E775; }
a { background-color: rgb(40,231,117); }
div.DivClassName
{
background-color: #28E775;
}
.BgClassName
{
background-color: #28E775;
}
</style>
border-color css
<style>
span { border-color: #28E775; }
span { border-color: rgb(40,231,117); }
td.TdClassName
{
border-color: #28E775;
}
.TagClassName
{
border-color: #28E775;
}
</style>