Shades of Malachite #28C550
Tints of Malachite #28C550
RGB
CMYK
RGB Variations
Color information
#28C550 (or 0x28C550) is known color: Malachite. HEX triplet: 28, C5 and 50. RGB value is (40,197,80). Sum of RGB (Red+Green+Blue) = 40+197+80=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #28C550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C550 is #D73AAF. Grayscale: #898989. Windows color (decimal): -14105264 or 5293352. OLE color: 5293352.
HSL color Cylindrical-coordinate representation of color #28C550: hue angle of 135.29º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C550 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 80 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.23 |
| HSL | 135.29º | 0.66% | 0.46% | - |
| HSV(B) | 135.29º | 0.8% | 0.77% | - |
| XYZ | 22.29 | 40.96 | 14.32 | - |
| YUV | 136.72 | 95.99 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 80 | 0.80 | 0 | 0.59 | 0.23 | 135.29 | 0.66 | 0.46 |
| Hex | 28 | C5 | 50 | 50 | 0 | 3B | 17 | 87 | 42 | 2E |
| Octal | 50 | 305 | 120 | 120 | 0 | 73 | 27 | 207 | 102 | 56 |
| Binary | 101000 | 11000101 | 1010000 | 1010000 | 0 | 111011 | 10111 | 10000111 | 1000010 | 101110 |
Color Harmonies of #28C550
Complementary color
Monochromatic Colors of #28C550
Black with #28C550
Text Example
Text Example
White with #28C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C550; }
p { color: rgb(40,197,80); }
H1.HeaderClassName
{
color: #28C550;
}
.AnyTagClassName
{
color: #28C550;
}
</style>
background-color css
<style>
a { background-color: #28C550; }
a { background-color: rgb(40,197,80); }
div.DivClassName
{
background-color: #28C550;
}
.BgClassName
{
background-color: #28C550;
}
</style>
border-color css
<style>
span { border-color: #28C550; }
span { border-color: rgb(40,197,80); }
td.TdClassName
{
border-color: #28C550;
}
.TagClassName
{
border-color: #28C550;
}
</style>