Shades of Malachite #28DB66
Tints of Malachite #28DB66
RGB
CMYK
RGB Variations
Color information
#28DB66 (or 0x28DB66) is known color: Malachite. HEX triplet: 28, DB and 66. RGB value is (40,219,102). Sum of RGB (Red+Green+Blue) = 40+219+102=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 219 (85.94% from 255 or 60.66% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 219 - color contains mainly: green. Hex color #28DB66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DB66 is #D72499. Grayscale: #989898. Windows color (decimal): -14099610 or 6740776. OLE color: 6740776.
HSL color Cylindrical-coordinate representation of color #28DB66: hue angle of 140.78º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DB66 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 102 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.14 |
| HSL | 140.78º | 0.71% | 0.51% | - |
| HSV(B) | 140.78º | 0.82% | 0.86% | - |
| XYZ | 28.6 | 52.07 | 21.11 | - |
| YUV | 152.14 | 99.7 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 102 | 0.82 | 0 | 0.53 | 0.14 | 140.78 | 0.71 | 0.51 |
| Hex | 28 | DB | 66 | 52 | 0 | 35 | E | 8D | 47 | 33 |
| Octal | 50 | 333 | 146 | 122 | 0 | 65 | 16 | 215 | 107 | 63 |
| Binary | 101000 | 11011011 | 1100110 | 1010010 | 0 | 110101 | 1110 | 10001101 | 1000111 | 110011 |
Color Harmonies of #28DB66
Complementary color
Monochromatic Colors of #28DB66
Black with #28DB66
Text Example
Text Example
White with #28DB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DB66; }
p { color: rgb(40,219,102); }
H1.HeaderClassName
{
color: #28DB66;
}
.AnyTagClassName
{
color: #28DB66;
}
</style>
background-color css
<style>
a { background-color: #28DB66; }
a { background-color: rgb(40,219,102); }
div.DivClassName
{
background-color: #28DB66;
}
.BgClassName
{
background-color: #28DB66;
}
</style>
border-color css
<style>
span { border-color: #28DB66; }
span { border-color: rgb(40,219,102); }
td.TdClassName
{
border-color: #28DB66;
}
.TagClassName
{
border-color: #28DB66;
}
</style>