Shades of Malachite #28F261
Tints of Malachite #28F261
RGB
CMYK
RGB Variations
Color information
#28F261 (or 0x28F261) is known color: Malachite. HEX triplet: 28, F2 and 61. RGB value is (40,242,97). Sum of RGB (Red+Green+Blue) = 40+242+97=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #28F261 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F261 is #D70D9E. Grayscale: #A5A5A5. Windows color (decimal): -14093727 or 6418984. OLE color: 6418984.
HSL color Cylindrical-coordinate representation of color #28F261: hue angle of 136.93º 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 #28F261 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 97 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.05 |
| HSL | 136.93º | 0.89% | 0.55% | - |
| HSV(B) | 136.93º | 0.83% | 0.95% | - |
| XYZ | 34.78 | 64.82 | 21.99 | - |
| YUV | 165.07 | 89.58 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 97 | 0.83 | 0 | 0.60 | 0.05 | 136.93 | 0.89 | 0.55 |
| Hex | 28 | F2 | 61 | 53 | 0 | 3C | 5 | 89 | 59 | 37 |
| Octal | 50 | 362 | 141 | 123 | 0 | 74 | 5 | 211 | 131 | 67 |
| Binary | 101000 | 11110010 | 1100001 | 1010011 | 0 | 111100 | 101 | 10001001 | 1011001 | 110111 |
Color Harmonies of #28F261
Complementary color
Monochromatic Colors of #28F261
Black with #28F261
Text Example
Text Example
White with #28F261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F261; }
p { color: rgb(40,242,97); }
H1.HeaderClassName
{
color: #28F261;
}
.AnyTagClassName
{
color: #28F261;
}
</style>
background-color css
<style>
a { background-color: #28F261; }
a { background-color: rgb(40,242,97); }
div.DivClassName
{
background-color: #28F261;
}
.BgClassName
{
background-color: #28F261;
}
</style>
border-color css
<style>
span { border-color: #28F261; }
span { border-color: rgb(40,242,97); }
td.TdClassName
{
border-color: #28F261;
}
.TagClassName
{
border-color: #28F261;
}
</style>