Shades of Malachite #28F75A
Tints of Malachite #28F75A
RGB
CMYK
RGB Variations
Color information
#28F75A (or 0x28F75A) is known color: Malachite. HEX triplet: 28, F7 and 5A. RGB value is (40,247,90). Sum of RGB (Red+Green+Blue) = 40+247+90=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 247 (96.88% from 255 or 65.52% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 247 - color contains mainly: green. Hex color #28F75A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F75A is #D708A5. Grayscale: #A7A7A7. Windows color (decimal): -14092454 or 5961512. OLE color: 5961512.
HSL color Cylindrical-coordinate representation of color #28F75A: hue angle of 134.49º 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 #28F75A is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 247 | 90 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.03 |
| HSL | 134.49º | 0.93% | 0.56% | - |
| HSV(B) | 134.49º | 0.84% | 0.97% | - |
| XYZ | 35.98 | 67.71 | 20.85 | - |
| YUV | 167.21 | 84.42 | 37.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 247 | 90 | 0.84 | 0 | 0.64 | 0.03 | 134.49 | 0.93 | 0.56 |
| Hex | 28 | F7 | 5A | 54 | 0 | 40 | 3 | 86 | 5D | 38 |
| Octal | 50 | 367 | 132 | 124 | 0 | 100 | 3 | 206 | 135 | 70 |
| Binary | 101000 | 11110111 | 1011010 | 1010100 | 0 | 1000000 | 11 | 10000110 | 1011101 | 111000 |
Color Harmonies of #28F75A
Complementary color
Monochromatic Colors of #28F75A
Black with #28F75A
Text Example
Text Example
White with #28F75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F75A; }
p { color: rgb(40,247,90); }
H1.HeaderClassName
{
color: #28F75A;
}
.AnyTagClassName
{
color: #28F75A;
}
</style>
background-color css
<style>
a { background-color: #28F75A; }
a { background-color: rgb(40,247,90); }
div.DivClassName
{
background-color: #28F75A;
}
.BgClassName
{
background-color: #28F75A;
}
</style>
border-color css
<style>
span { border-color: #28F75A; }
span { border-color: rgb(40,247,90); }
td.TdClassName
{
border-color: #28F75A;
}
.TagClassName
{
border-color: #28F75A;
}
</style>