Shades of Malachite #28DF64
Tints of Malachite #28DF64
RGB
CMYK
RGB Variations
Color information
#28DF64 (or 0x28DF64) is known color: Malachite. HEX triplet: 28, DF and 64. RGB value is (40,223,100). Sum of RGB (Red+Green+Blue) = 40+223+100=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 223 (87.5% from 255 or 61.43% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 223 - color contains mainly: green. Hex color #28DF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DF64 is #D7209B. Grayscale: #9A9A9A. Windows color (decimal): -14098588 or 6610728. OLE color: 6610728.
HSL color Cylindrical-coordinate representation of color #28DF64: hue angle of 139.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DF64 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 100 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.13 |
| HSL | 139.67º | 0.74% | 0.52% | - |
| HSV(B) | 139.67º | 0.82% | 0.87% | - |
| XYZ | 29.56 | 54.15 | 20.95 | - |
| YUV | 154.26 | 97.37 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 100 | 0.82 | 0 | 0.55 | 0.13 | 139.67 | 0.74 | 0.52 |
| Hex | 28 | DF | 64 | 52 | 0 | 37 | D | 8C | 4A | 34 |
| Octal | 50 | 337 | 144 | 122 | 0 | 67 | 15 | 214 | 112 | 64 |
| Binary | 101000 | 11011111 | 1100100 | 1010010 | 0 | 110111 | 1101 | 10001100 | 1001010 | 110100 |
Color Harmonies of #28DF64
Complementary color
Monochromatic Colors of #28DF64
Black with #28DF64
Text Example
Text Example
White with #28DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DF64; }
p { color: rgb(40,223,100); }
H1.HeaderClassName
{
color: #28DF64;
}
.AnyTagClassName
{
color: #28DF64;
}
</style>
background-color css
<style>
a { background-color: #28DF64; }
a { background-color: rgb(40,223,100); }
div.DivClassName
{
background-color: #28DF64;
}
.BgClassName
{
background-color: #28DF64;
}
</style>
border-color css
<style>
span { border-color: #28DF64; }
span { border-color: rgb(40,223,100); }
td.TdClassName
{
border-color: #28DF64;
}
.TagClassName
{
border-color: #28DF64;
}
</style>