Shades of Malachite #28FA55
Tints of Malachite #28FA55
RGB
CMYK
RGB Variations
Color information
#28FA55 (or 0x28FA55) is known color: Malachite. HEX triplet: 28, FA and 55. RGB value is (40,250,85). Sum of RGB (Red+Green+Blue) = 40+250+85=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 250 (98.05% from 255 or 66.67% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28FA55 is #D705AA. Grayscale: #A8A8A8. Windows color (decimal): -14091691 or 5634600. OLE color: 5634600.
HSL color Cylindrical-coordinate representation of color #28FA55: hue angle of 132.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FA55 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 85 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.02 |
| HSL | 132.86º | 0.95% | 0.57% | - |
| HSV(B) | 132.86º | 0.84% | 0.98% | - |
| XYZ | 36.7 | 69.48 | 20.07 | - |
| YUV | 168.4 | 80.93 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 85 | 0.84 | 0 | 0.66 | 0.02 | 132.86 | 0.95 | 0.57 |
| Hex | 28 | FA | 55 | 54 | 0 | 42 | 2 | 85 | 5F | 39 |
| Octal | 50 | 372 | 125 | 124 | 0 | 102 | 2 | 205 | 137 | 71 |
| Binary | 101000 | 11111010 | 1010101 | 1010100 | 0 | 1000010 | 10 | 10000101 | 1011111 | 111001 |
Color Harmonies of #28FA55
Complementary color
Monochromatic Colors of #28FA55
Black with #28FA55
Text Example
Text Example
White with #28FA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA55; }
p { color: rgb(40,250,85); }
H1.HeaderClassName
{
color: #28FA55;
}
.AnyTagClassName
{
color: #28FA55;
}
</style>
background-color css
<style>
a { background-color: #28FA55; }
a { background-color: rgb(40,250,85); }
div.DivClassName
{
background-color: #28FA55;
}
.BgClassName
{
background-color: #28FA55;
}
</style>
border-color css
<style>
span { border-color: #28FA55; }
span { border-color: rgb(40,250,85); }
td.TdClassName
{
border-color: #28FA55;
}
.TagClassName
{
border-color: #28FA55;
}
</style>