Shades of Malachite #28F255
Tints of Malachite #28F255
RGB
CMYK
RGB Variations
Color information
#28F255 (or 0x28F255) is known color: Malachite. HEX triplet: 28, F2 and 55. RGB value is (40,242,85). Sum of RGB (Red+Green+Blue) = 40+242+85=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 242 (94.92% from 255 or 65.94% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 242 - color contains mainly: green. Hex color #28F255 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F255 is #D70DAA. Grayscale: #A4A4A4. Windows color (decimal): -14093739 or 5632552. OLE color: 5632552.
HSL color Cylindrical-coordinate representation of color #28F255: hue angle of 133.37º 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 #28F255 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 85 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.05 |
| HSL | 133.37º | 0.89% | 0.55% | - |
| HSV(B) | 133.37º | 0.83% | 0.95% | - |
| XYZ | 34.27 | 64.61 | 19.26 | - |
| YUV | 163.7 | 83.58 | 39.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 85 | 0.83 | 0 | 0.65 | 0.05 | 133.37 | 0.89 | 0.55 |
| Hex | 28 | F2 | 55 | 53 | 0 | 41 | 5 | 85 | 59 | 37 |
| Octal | 50 | 362 | 125 | 123 | 0 | 101 | 5 | 205 | 131 | 67 |
| Binary | 101000 | 11110010 | 1010101 | 1010011 | 0 | 1000001 | 101 | 10000101 | 1011001 | 110111 |
Color Harmonies of #28F255
Complementary color
Monochromatic Colors of #28F255
Black with #28F255
Text Example
Text Example
White with #28F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F255; }
p { color: rgb(40,242,85); }
H1.HeaderClassName
{
color: #28F255;
}
.AnyTagClassName
{
color: #28F255;
}
</style>
background-color css
<style>
a { background-color: #28F255; }
a { background-color: rgb(40,242,85); }
div.DivClassName
{
background-color: #28F255;
}
.BgClassName
{
background-color: #28F255;
}
</style>
border-color css
<style>
span { border-color: #28F255; }
span { border-color: rgb(40,242,85); }
td.TdClassName
{
border-color: #28F255;
}
.TagClassName
{
border-color: #28F255;
}
</style>