Shades of Malachite #28D966
Tints of Malachite #28D966
RGB
CMYK
RGB Variations
Color information
#28D966 (or 0x28D966) is known color: Malachite. HEX triplet: 28, D9 and 66. RGB value is (40,217,102). Sum of RGB (Red+Green+Blue) = 40+217+102=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 217 (85.16% from 255 or 60.45% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 217 - color contains mainly: green. Hex color #28D966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D966 is #D72699. Grayscale: #979797. Windows color (decimal): -14100122 or 6740264. OLE color: 6740264.
HSL color Cylindrical-coordinate representation of color #28D966: hue angle of 141.02º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D966 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 102 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.15 |
| HSL | 141.02º | 0.7% | 0.5% | - |
| HSV(B) | 141.02º | 0.82% | 0.85% | - |
| XYZ | 28.09 | 51.04 | 20.94 | - |
| YUV | 150.97 | 100.36 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 102 | 0.82 | 0 | 0.53 | 0.15 | 141.02 | 0.7 | 0.5 |
| Hex | 28 | D9 | 66 | 52 | 0 | 35 | F | 8D | 46 | 32 |
| Octal | 50 | 331 | 146 | 122 | 0 | 65 | 17 | 215 | 106 | 62 |
| Binary | 101000 | 11011001 | 1100110 | 1010010 | 0 | 110101 | 1111 | 10001101 | 1000110 | 110010 |
Color Harmonies of #28D966
Complementary color
Monochromatic Colors of #28D966
Black with #28D966
Text Example
Text Example
White with #28D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D966; }
p { color: rgb(40,217,102); }
H1.HeaderClassName
{
color: #28D966;
}
.AnyTagClassName
{
color: #28D966;
}
</style>
background-color css
<style>
a { background-color: #28D966; }
a { background-color: rgb(40,217,102); }
div.DivClassName
{
background-color: #28D966;
}
.BgClassName
{
background-color: #28D966;
}
</style>
border-color css
<style>
span { border-color: #28D966; }
span { border-color: rgb(40,217,102); }
td.TdClassName
{
border-color: #28D966;
}
.TagClassName
{
border-color: #28D966;
}
</style>