Shades of Malachite #28F04C
Tints of Malachite #28F04C
RGB
CMYK
RGB Variations
Color information
#28F04C (or 0x28F04C) is known color: Malachite. HEX triplet: 28, F0 and 4C. RGB value is (40,240,76). Sum of RGB (Red+Green+Blue) = 40+240+76=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #28F04C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F04C is #D70FB3. Grayscale: #A1A1A1. Windows color (decimal): -14094260 or 5042216. OLE color: 5042216.
HSL color Cylindrical-coordinate representation of color #28F04C: hue angle of 130.8º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F04C is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 240 | 76 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.06 |
| HSL | 130.8º | 0.87% | 0.55% | - |
| HSV(B) | 130.8º | 0.83% | 0.94% | - |
| XYZ | 33.34 | 63.29 | 17.3 | - |
| YUV | 161.5 | 79.74 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 240 | 76 | 0.83 | 0 | 0.68 | 0.06 | 130.8 | 0.87 | 0.55 |
| Hex | 28 | F0 | 4C | 53 | 0 | 44 | 6 | 83 | 57 | 37 |
| Octal | 50 | 360 | 114 | 123 | 0 | 104 | 6 | 203 | 127 | 67 |
| Binary | 101000 | 11110000 | 1001100 | 1010011 | 0 | 1000100 | 110 | 10000011 | 1010111 | 110111 |
Color Harmonies of #28F04C
Complementary color
Monochromatic Colors of #28F04C
Black with #28F04C
Text Example
Text Example
White with #28F04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F04C; }
p { color: rgb(40,240,76); }
H1.HeaderClassName
{
color: #28F04C;
}
.AnyTagClassName
{
color: #28F04C;
}
</style>
background-color css
<style>
a { background-color: #28F04C; }
a { background-color: rgb(40,240,76); }
div.DivClassName
{
background-color: #28F04C;
}
.BgClassName
{
background-color: #28F04C;
}
</style>
border-color css
<style>
span { border-color: #28F04C; }
span { border-color: rgb(40,240,76); }
td.TdClassName
{
border-color: #28F04C;
}
.TagClassName
{
border-color: #28F04C;
}
</style>