Shades of Malachite #28F75D
Tints of Malachite #28F75D
RGB
CMYK
RGB Variations
Color information
#28F75D (or 0x28F75D) is known color: Malachite. HEX triplet: 28, F7 and 5D. RGB value is (40,247,93). Sum of RGB (Red+Green+Blue) = 40+247+93=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 247 (96.88% from 255 or 65% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 247 - color contains mainly: green. Hex color #28F75D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F75D is #D708A2. Grayscale: #A7A7A7. Windows color (decimal): -14092451 or 6158120. OLE color: 6158120.
HSL color Cylindrical-coordinate representation of color #28F75D: hue angle of 135.36º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F75D is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 247 | 93 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.03 |
| HSL | 135.36º | 0.93% | 0.56% | - |
| HSV(B) | 135.36º | 0.84% | 0.97% | - |
| XYZ | 36.11 | 67.76 | 21.53 | - |
| YUV | 167.55 | 85.92 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 247 | 93 | 0.84 | 0 | 0.62 | 0.03 | 135.36 | 0.93 | 0.56 |
| Hex | 28 | F7 | 5D | 54 | 0 | 3E | 3 | 87 | 5D | 38 |
| Octal | 50 | 367 | 135 | 124 | 0 | 76 | 3 | 207 | 135 | 70 |
| Binary | 101000 | 11110111 | 1011101 | 1010100 | 0 | 111110 | 11 | 10000111 | 1011101 | 111000 |
Color Harmonies of #28F75D
Complementary color
Monochromatic Colors of #28F75D
Black with #28F75D
Text Example
Text Example
White with #28F75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F75D; }
p { color: rgb(40,247,93); }
H1.HeaderClassName
{
color: #28F75D;
}
.AnyTagClassName
{
color: #28F75D;
}
</style>
background-color css
<style>
a { background-color: #28F75D; }
a { background-color: rgb(40,247,93); }
div.DivClassName
{
background-color: #28F75D;
}
.BgClassName
{
background-color: #28F75D;
}
</style>
border-color css
<style>
span { border-color: #28F75D; }
span { border-color: rgb(40,247,93); }
td.TdClassName
{
border-color: #28F75D;
}
.TagClassName
{
border-color: #28F75D;
}
</style>