Shades of Malachite #28CF50
Tints of Malachite #28CF50
RGB
CMYK
RGB Variations
Color information
#28CF50 (or 0x28CF50) is known color: Malachite. HEX triplet: 28, CF and 50. RGB value is (40,207,80). Sum of RGB (Red+Green+Blue) = 40+207+80=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 207 (81.25% from 255 or 63.30% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 207 - color contains mainly: green. Hex color #28CF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28CF50 is #D730AF. Grayscale: #8E8E8E. Windows color (decimal): -14102704 or 5295912. OLE color: 5295912.
HSL color Cylindrical-coordinate representation of color #28CF50: hue angle of 134.37º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CF50 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 207 | 80 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.19 |
| HSL | 134.37º | 0.68% | 0.48% | - |
| HSV(B) | 134.37º | 0.81% | 0.81% | - |
| XYZ | 24.64 | 45.66 | 15.1 | - |
| YUV | 142.59 | 92.67 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 80 | 0.81 | 0 | 0.61 | 0.19 | 134.37 | 0.68 | 0.48 |
| Hex | 28 | CF | 50 | 51 | 0 | 3D | 13 | 86 | 44 | 30 |
| Octal | 50 | 317 | 120 | 121 | 0 | 75 | 23 | 206 | 104 | 60 |
| Binary | 101000 | 11001111 | 1010000 | 1010001 | 0 | 111101 | 10011 | 10000110 | 1000100 | 110000 |
Color Harmonies of #28CF50
Complementary color
Monochromatic Colors of #28CF50
Black with #28CF50
Text Example
Text Example
White with #28CF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CF50; }
p { color: rgb(40,207,80); }
H1.HeaderClassName
{
color: #28CF50;
}
.AnyTagClassName
{
color: #28CF50;
}
</style>
background-color css
<style>
a { background-color: #28CF50; }
a { background-color: rgb(40,207,80); }
div.DivClassName
{
background-color: #28CF50;
}
.BgClassName
{
background-color: #28CF50;
}
</style>
border-color css
<style>
span { border-color: #28CF50; }
span { border-color: rgb(40,207,80); }
td.TdClassName
{
border-color: #28CF50;
}
.TagClassName
{
border-color: #28CF50;
}
</style>