Shades of Malachite #28CD4D
Tints of Malachite #28CD4D
RGB
CMYK
RGB Variations
Color information
#28CD4D (or 0x28CD4D) is known color: Malachite. HEX triplet: 28, CD and 4D. RGB value is (40,205,77). Sum of RGB (Red+Green+Blue) = 40+205+77=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 205 (80.47% from 255 or 63.66% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 205 - color contains mainly: green. Hex color #28CD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28CD4D is #D732B2. Grayscale: #8D8D8D. Windows color (decimal): -14103219 or 5098792. OLE color: 5098792.
HSL color Cylindrical-coordinate representation of color #28CD4D: hue angle of 133.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CD4D is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 205 | 77 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.20 |
| HSL | 133.45º | 0.67% | 0.48% | - |
| HSV(B) | 133.45º | 0.8% | 0.8% | - |
| XYZ | 24.05 | 44.65 | 14.37 | - |
| YUV | 141.07 | 91.84 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 77 | 0.80 | 0 | 0.62 | 0.20 | 133.45 | 0.67 | 0.48 |
| Hex | 28 | CD | 4D | 50 | 0 | 3E | 14 | 85 | 43 | 30 |
| Octal | 50 | 315 | 115 | 120 | 0 | 76 | 24 | 205 | 103 | 60 |
| Binary | 101000 | 11001101 | 1001101 | 1010000 | 0 | 111110 | 10100 | 10000101 | 1000011 | 110000 |
Color Harmonies of #28CD4D
Complementary color
Monochromatic Colors of #28CD4D
Black with #28CD4D
Text Example
Text Example
White with #28CD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CD4D; }
p { color: rgb(40,205,77); }
H1.HeaderClassName
{
color: #28CD4D;
}
.AnyTagClassName
{
color: #28CD4D;
}
</style>
background-color css
<style>
a { background-color: #28CD4D; }
a { background-color: rgb(40,205,77); }
div.DivClassName
{
background-color: #28CD4D;
}
.BgClassName
{
background-color: #28CD4D;
}
</style>
border-color css
<style>
span { border-color: #28CD4D; }
span { border-color: rgb(40,205,77); }
td.TdClassName
{
border-color: #28CD4D;
}
.TagClassName
{
border-color: #28CD4D;
}
</style>