Shades of Malachite #28F74F
Tints of Malachite #28F74F
RGB
CMYK
RGB Variations
Color information
#28F74F (or 0x28F74F) is known color: Malachite. HEX triplet: 28, F7 and 4F. RGB value is (40,247,79). Sum of RGB (Red+Green+Blue) = 40+247+79=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 247 (96.88% from 255 or 67.49% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 247 - color contains mainly: green. Hex color #28F74F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F74F is #D708B0. Grayscale: #A6A6A6. Windows color (decimal): -14092465 or 5240616. OLE color: 5240616.
HSL color Cylindrical-coordinate representation of color #28F74F: hue angle of 131.3º 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 #28F74F is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 247 | 79 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.03 |
| HSL | 131.3º | 0.93% | 0.56% | - |
| HSV(B) | 131.3º | 0.84% | 0.97% | - |
| XYZ | 35.55 | 67.54 | 18.56 | - |
| YUV | 165.96 | 78.92 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 247 | 79 | 0.84 | 0 | 0.68 | 0.03 | 131.3 | 0.93 | 0.56 |
| Hex | 28 | F7 | 4F | 54 | 0 | 44 | 3 | 83 | 5D | 38 |
| Octal | 50 | 367 | 117 | 124 | 0 | 104 | 3 | 203 | 135 | 70 |
| Binary | 101000 | 11110111 | 1001111 | 1010100 | 0 | 1000100 | 11 | 10000011 | 1011101 | 111000 |
Color Harmonies of #28F74F
Complementary color
Monochromatic Colors of #28F74F
Black with #28F74F
Text Example
Text Example
White with #28F74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F74F; }
p { color: rgb(40,247,79); }
H1.HeaderClassName
{
color: #28F74F;
}
.AnyTagClassName
{
color: #28F74F;
}
</style>
background-color css
<style>
a { background-color: #28F74F; }
a { background-color: rgb(40,247,79); }
div.DivClassName
{
background-color: #28F74F;
}
.BgClassName
{
background-color: #28F74F;
}
</style>
border-color css
<style>
span { border-color: #28F74F; }
span { border-color: rgb(40,247,79); }
td.TdClassName
{
border-color: #28F74F;
}
.TagClassName
{
border-color: #28F74F;
}
</style>