Shades of Malachite #28F24D
Tints of Malachite #28F24D
RGB
CMYK
RGB Variations
Color information
#28F24D (or 0x28F24D) is known color: Malachite. HEX triplet: 28, F2 and 4D. RGB value is (40,242,77). Sum of RGB (Red+Green+Blue) = 40+242+77=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #28F24D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F24D is #D70DB2. Grayscale: #A3A3A3. Windows color (decimal): -14093747 or 5108264. OLE color: 5108264.
HSL color Cylindrical-coordinate representation of color #28F24D: hue angle of 130.99º 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 #28F24D is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 77 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.05 |
| HSL | 130.99º | 0.89% | 0.55% | - |
| HSV(B) | 130.99º | 0.83% | 0.95% | - |
| XYZ | 33.97 | 64.49 | 17.68 | - |
| YUV | 162.79 | 79.58 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 77 | 0.83 | 0 | 0.68 | 0.05 | 130.99 | 0.89 | 0.55 |
| Hex | 28 | F2 | 4D | 53 | 0 | 44 | 5 | 83 | 59 | 37 |
| Octal | 50 | 362 | 115 | 123 | 0 | 104 | 5 | 203 | 131 | 67 |
| Binary | 101000 | 11110010 | 1001101 | 1010011 | 0 | 1000100 | 101 | 10000011 | 1011001 | 110111 |
Color Harmonies of #28F24D
Complementary color
Monochromatic Colors of #28F24D
Black with #28F24D
Text Example
Text Example
White with #28F24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F24D; }
p { color: rgb(40,242,77); }
H1.HeaderClassName
{
color: #28F24D;
}
.AnyTagClassName
{
color: #28F24D;
}
</style>
background-color css
<style>
a { background-color: #28F24D; }
a { background-color: rgb(40,242,77); }
div.DivClassName
{
background-color: #28F24D;
}
.BgClassName
{
background-color: #28F24D;
}
</style>
border-color css
<style>
span { border-color: #28F24D; }
span { border-color: rgb(40,242,77); }
td.TdClassName
{
border-color: #28F24D;
}
.TagClassName
{
border-color: #28F24D;
}
</style>