Shades of Malachite #28CA5E
Tints of Malachite #28CA5E
RGB
CMYK
RGB Variations
Color information
#28CA5E (or 0x28CA5E) is known color: Malachite. HEX triplet: 28, CA and 5E. RGB value is (40,202,94). Sum of RGB (Red+Green+Blue) = 40+202+94=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 202 (79.30% from 255 or 60.12% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28CA5E is #D735A1. Grayscale: #8D8D8D. Windows color (decimal): -14103970 or 6212136. OLE color: 6212136.
HSL color Cylindrical-coordinate representation of color #28CA5E: hue angle of 140º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CA5E is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 94 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.21 |
| HSL | 140º | 0.67% | 0.47% | - |
| HSV(B) | 140º | 0.8% | 0.79% | - |
| XYZ | 24.02 | 43.5 | 17.72 | - |
| YUV | 141.25 | 101.33 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 94 | 0.80 | 0 | 0.53 | 0.21 | 140 | 0.67 | 0.47 |
| Hex | 28 | CA | 5E | 50 | 0 | 35 | 15 | 8C | 43 | 2F |
| Octal | 50 | 312 | 136 | 120 | 0 | 65 | 25 | 214 | 103 | 57 |
| Binary | 101000 | 11001010 | 1011110 | 1010000 | 0 | 110101 | 10101 | 10001100 | 1000011 | 101111 |
Color Harmonies of #28CA5E
Complementary color
Monochromatic Colors of #28CA5E
Black with #28CA5E
Text Example
Text Example
White with #28CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CA5E; }
p { color: rgb(40,202,94); }
H1.HeaderClassName
{
color: #28CA5E;
}
.AnyTagClassName
{
color: #28CA5E;
}
</style>
background-color css
<style>
a { background-color: #28CA5E; }
a { background-color: rgb(40,202,94); }
div.DivClassName
{
background-color: #28CA5E;
}
.BgClassName
{
background-color: #28CA5E;
}
</style>
border-color css
<style>
span { border-color: #28CA5E; }
span { border-color: rgb(40,202,94); }
td.TdClassName
{
border-color: #28CA5E;
}
.TagClassName
{
border-color: #28CA5E;
}
</style>