Shades of Malachite #28C85A
Tints of Malachite #28C85A
RGB
CMYK
RGB Variations
Color information
#28C85A (or 0x28C85A) is known color: Malachite. HEX triplet: 28, C8 and 5A. RGB value is (40,200,90). Sum of RGB (Red+Green+Blue) = 40+200+90=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #28C85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C85A is #D737A5. Grayscale: #8B8B8B. Windows color (decimal): -14104486 or 5949480. OLE color: 5949480.
HSL color Cylindrical-coordinate representation of color #28C85A: hue angle of 138.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C85A is Cyan = 0.8, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 90 | - |
| CMYK | 0.8 | 0 | 0.55 | 0.22 |
| HSL | 138.75º | 0.67% | 0.47% | - |
| HSV(B) | 138.75º | 0.8% | 0.78% | - |
| XYZ | 23.37 | 42.5 | 16.64 | - |
| YUV | 139.62 | 99.99 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 90 | 0.8 | 0 | 0.55 | 0.22 | 138.75 | 0.67 | 0.47 |
| Hex | 28 | C8 | 5A | 50 | 0 | 37 | 16 | 8B | 43 | 2F |
| Octal | 50 | 310 | 132 | 120 | 0 | 67 | 26 | 213 | 103 | 57 |
| Binary | 101000 | 11001000 | 1011010 | 1010000 | 0 | 110111 | 10110 | 10001011 | 1000011 | 101111 |
Color Harmonies of #28C85A
Complementary color
Monochromatic Colors of #28C85A
Black with #28C85A
Text Example
Text Example
White with #28C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C85A; }
p { color: rgb(40,200,90); }
H1.HeaderClassName
{
color: #28C85A;
}
.AnyTagClassName
{
color: #28C85A;
}
</style>
background-color css
<style>
a { background-color: #28C85A; }
a { background-color: rgb(40,200,90); }
div.DivClassName
{
background-color: #28C85A;
}
.BgClassName
{
background-color: #28C85A;
}
</style>
border-color css
<style>
span { border-color: #28C85A; }
span { border-color: rgb(40,200,90); }
td.TdClassName
{
border-color: #28C85A;
}
.TagClassName
{
border-color: #28C85A;
}
</style>