Shades of Malachite #28F168
Tints of Malachite #28F168
RGB
CMYK
RGB Variations
Color information
#28F168 (or 0x28F168) is known color: Malachite. HEX triplet: 28, F1 and 68. RGB value is (40,241,104). Sum of RGB (Red+Green+Blue) = 40+241+104=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 241 (94.53% from 255 or 62.60% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 241 - color contains mainly: green. Hex color #28F168 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F168 is #D70E97. Grayscale: #A5A5A5. Windows color (decimal): -14093976 or 6877480. OLE color: 6877480.
HSL color Cylindrical-coordinate representation of color #28F168: hue angle of 139.1º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F168 is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 241 | 104 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.05 |
| HSL | 139.1º | 0.88% | 0.55% | - |
| HSV(B) | 139.1º | 0.83% | 0.95% | - |
| XYZ | 34.83 | 64.36 | 23.68 | - |
| YUV | 165.28 | 93.41 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 104 | 0.83 | 0 | 0.57 | 0.05 | 139.1 | 0.88 | 0.55 |
| Hex | 28 | F1 | 68 | 53 | 0 | 39 | 5 | 8B | 58 | 37 |
| Octal | 50 | 361 | 150 | 123 | 0 | 71 | 5 | 213 | 130 | 67 |
| Binary | 101000 | 11110001 | 1101000 | 1010011 | 0 | 111001 | 101 | 10001011 | 1011000 | 110111 |
Color Harmonies of #28F168
Complementary color
Monochromatic Colors of #28F168
Black with #28F168
Text Example
Text Example
White with #28F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F168; }
p { color: rgb(40,241,104); }
H1.HeaderClassName
{
color: #28F168;
}
.AnyTagClassName
{
color: #28F168;
}
</style>
background-color css
<style>
a { background-color: #28F168; }
a { background-color: rgb(40,241,104); }
div.DivClassName
{
background-color: #28F168;
}
.BgClassName
{
background-color: #28F168;
}
</style>
border-color css
<style>
span { border-color: #28F168; }
span { border-color: rgb(40,241,104); }
td.TdClassName
{
border-color: #28F168;
}
.TagClassName
{
border-color: #28F168;
}
</style>