Shades of Malachite #28F84B
Tints of Malachite #28F84B
RGB
CMYK
RGB Variations
Color information
#28F84B (or 0x28F84B) is known color: Malachite. HEX triplet: 28, F8 and 4B. RGB value is (40,248,75). Sum of RGB (Red+Green+Blue) = 40+248+75=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 248 (97.27% from 255 or 68.32% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 248 - color contains mainly: green. Hex color #28F84B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F84B is #D707B4. Grayscale: #A6A6A6. Windows color (decimal): -14092213 or 4978728. OLE color: 4978728.
HSL color Cylindrical-coordinate representation of color #28F84B: hue angle of 130.1º degrees, saturation: 0.94, 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 #28F84B is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 75 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.03 |
| HSL | 130.1º | 0.94% | 0.56% | - |
| HSV(B) | 130.1º | 0.84% | 0.97% | - |
| XYZ | 35.71 | 68.09 | 17.92 | - |
| YUV | 166.09 | 76.59 | 38.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 75 | 0.84 | 0 | 0.70 | 0.03 | 130.1 | 0.94 | 0.56 |
| Hex | 28 | F8 | 4B | 54 | 0 | 46 | 3 | 82 | 5E | 38 |
| Octal | 50 | 370 | 113 | 124 | 0 | 106 | 3 | 202 | 136 | 70 |
| Binary | 101000 | 11111000 | 1001011 | 1010100 | 0 | 1000110 | 11 | 10000010 | 1011110 | 111000 |
Color Harmonies of #28F84B
Complementary color
Monochromatic Colors of #28F84B
Black with #28F84B
Text Example
Text Example
White with #28F84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F84B; }
p { color: rgb(40,248,75); }
H1.HeaderClassName
{
color: #28F84B;
}
.AnyTagClassName
{
color: #28F84B;
}
</style>
background-color css
<style>
a { background-color: #28F84B; }
a { background-color: rgb(40,248,75); }
div.DivClassName
{
background-color: #28F84B;
}
.BgClassName
{
background-color: #28F84B;
}
</style>
border-color css
<style>
span { border-color: #28F84B; }
span { border-color: rgb(40,248,75); }
td.TdClassName
{
border-color: #28F84B;
}
.TagClassName
{
border-color: #28F84B;
}
</style>