Shades of Malachite #28F666
Tints of Malachite #28F666
RGB
CMYK
RGB Variations
Color information
#28F666 (or 0x28F666) is known color: Malachite. HEX triplet: 28, F6 and 66. RGB value is (40,246,102). Sum of RGB (Red+Green+Blue) = 40+246+102=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 246 (96.48% from 255 or 63.40% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 246 - color contains mainly: green. Hex color #28F666 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F666 is #D70999. Grayscale: #A8A8A8. Windows color (decimal): -14092698 or 6747688. OLE color: 6747688.
HSL color Cylindrical-coordinate representation of color #28F666: hue angle of 138.06º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F666 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 246 | 102 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.04 |
| HSL | 138.06º | 0.92% | 0.56% | - |
| HSV(B) | 138.06º | 0.84% | 0.96% | - |
| XYZ | 36.23 | 67.32 | 23.66 | - |
| YUV | 167.99 | 90.75 | 36.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 246 | 102 | 0.84 | 0 | 0.59 | 0.04 | 138.06 | 0.92 | 0.56 |
| Hex | 28 | F6 | 66 | 54 | 0 | 3B | 4 | 8A | 5C | 38 |
| Octal | 50 | 366 | 146 | 124 | 0 | 73 | 4 | 212 | 134 | 70 |
| Binary | 101000 | 11110110 | 1100110 | 1010100 | 0 | 111011 | 100 | 10001010 | 1011100 | 111000 |
Color Harmonies of #28F666
Complementary color
Monochromatic Colors of #28F666
Black with #28F666
Text Example
Text Example
White with #28F666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F666; }
p { color: rgb(40,246,102); }
H1.HeaderClassName
{
color: #28F666;
}
.AnyTagClassName
{
color: #28F666;
}
</style>
background-color css
<style>
a { background-color: #28F666; }
a { background-color: rgb(40,246,102); }
div.DivClassName
{
background-color: #28F666;
}
.BgClassName
{
background-color: #28F666;
}
</style>
border-color css
<style>
span { border-color: #28F666; }
span { border-color: rgb(40,246,102); }
td.TdClassName
{
border-color: #28F666;
}
.TagClassName
{
border-color: #28F666;
}
</style>