Shades of Malachite #28F250
Tints of Malachite #28F250
RGB
CMYK
RGB Variations
Color information
#28F250 (or 0x28F250) is known color: Malachite. HEX triplet: 28, F2 and 50. RGB value is (40,242,80). Sum of RGB (Red+Green+Blue) = 40+242+80=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #28F250 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F250 is #D70DAF. Grayscale: #A3A3A3. Windows color (decimal): -14093744 or 5304872. OLE color: 5304872.
HSL color Cylindrical-coordinate representation of color #28F250: hue angle of 131.88º 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 #28F250 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 80 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.05 |
| HSL | 131.88º | 0.89% | 0.55% | - |
| HSV(B) | 131.88º | 0.83% | 0.95% | - |
| XYZ | 34.08 | 64.53 | 18.25 | - |
| YUV | 163.13 | 81.08 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 80 | 0.83 | 0 | 0.67 | 0.05 | 131.88 | 0.89 | 0.55 |
| Hex | 28 | F2 | 50 | 53 | 0 | 43 | 5 | 84 | 59 | 37 |
| Octal | 50 | 362 | 120 | 123 | 0 | 103 | 5 | 204 | 131 | 67 |
| Binary | 101000 | 11110010 | 1010000 | 1010011 | 0 | 1000011 | 101 | 10000100 | 1011001 | 110111 |
Color Harmonies of #28F250
Complementary color
Monochromatic Colors of #28F250
Black with #28F250
Text Example
Text Example
White with #28F250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F250; }
p { color: rgb(40,242,80); }
H1.HeaderClassName
{
color: #28F250;
}
.AnyTagClassName
{
color: #28F250;
}
</style>
background-color css
<style>
a { background-color: #28F250; }
a { background-color: rgb(40,242,80); }
div.DivClassName
{
background-color: #28F250;
}
.BgClassName
{
background-color: #28F250;
}
</style>
border-color css
<style>
span { border-color: #28F250; }
span { border-color: rgb(40,242,80); }
td.TdClassName
{
border-color: #28F250;
}
.TagClassName
{
border-color: #28F250;
}
</style>