Shades of Malachite #28F14C
Tints of Malachite #28F14C
RGB
CMYK
RGB Variations
Color information
#28F14C (or 0x28F14C) is known color: Malachite. HEX triplet: 28, F1 and 4C. RGB value is (40,241,76). Sum of RGB (Red+Green+Blue) = 40+241+76=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 241 (94.53% from 255 or 67.51% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 241 - color contains mainly: green. Hex color #28F14C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F14C is #D70EB3. Grayscale: #A2A2A2. Windows color (decimal): -14094004 or 5042472. OLE color: 5042472.
HSL color Cylindrical-coordinate representation of color #28F14C: hue angle of 130.75º 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 #28F14C is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 241 | 76 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.05 |
| HSL | 130.75º | 0.88% | 0.55% | - |
| HSV(B) | 130.75º | 0.83% | 0.95% | - |
| XYZ | 33.63 | 63.88 | 17.4 | - |
| YUV | 162.09 | 79.41 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 76 | 0.83 | 0 | 0.68 | 0.05 | 130.75 | 0.88 | 0.55 |
| Hex | 28 | F1 | 4C | 53 | 0 | 44 | 5 | 83 | 58 | 37 |
| Octal | 50 | 361 | 114 | 123 | 0 | 104 | 5 | 203 | 130 | 67 |
| Binary | 101000 | 11110001 | 1001100 | 1010011 | 0 | 1000100 | 101 | 10000011 | 1011000 | 110111 |
Color Harmonies of #28F14C
Complementary color
Monochromatic Colors of #28F14C
Black with #28F14C
Text Example
Text Example
White with #28F14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F14C; }
p { color: rgb(40,241,76); }
H1.HeaderClassName
{
color: #28F14C;
}
.AnyTagClassName
{
color: #28F14C;
}
</style>
background-color css
<style>
a { background-color: #28F14C; }
a { background-color: rgb(40,241,76); }
div.DivClassName
{
background-color: #28F14C;
}
.BgClassName
{
background-color: #28F14C;
}
</style>
border-color css
<style>
span { border-color: #28F14C; }
span { border-color: rgb(40,241,76); }
td.TdClassName
{
border-color: #28F14C;
}
.TagClassName
{
border-color: #28F14C;
}
</style>