Shades of Malachite #28F350
Tints of Malachite #28F350
RGB
CMYK
RGB Variations
Color information
#28F350 (or 0x28F350) is known color: Malachite. HEX triplet: 28, F3 and 50. RGB value is (40,243,80). Sum of RGB (Red+Green+Blue) = 40+243+80=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 243 (95.31% from 255 or 66.94% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 243 - color contains mainly: green. Hex color #28F350 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F350 is #D70CAF. Grayscale: #A4A4A4. Windows color (decimal): -14093488 or 5305128. OLE color: 5305128.
HSL color Cylindrical-coordinate representation of color #28F350: hue angle of 131.82º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F350 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 243 | 80 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.05 |
| HSL | 131.82º | 0.89% | 0.55% | - |
| HSV(B) | 131.82º | 0.84% | 0.95% | - |
| XYZ | 34.37 | 65.13 | 18.35 | - |
| YUV | 163.72 | 80.75 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 243 | 80 | 0.84 | 0 | 0.67 | 0.05 | 131.82 | 0.89 | 0.55 |
| Hex | 28 | F3 | 50 | 54 | 0 | 43 | 5 | 84 | 59 | 37 |
| Octal | 50 | 363 | 120 | 124 | 0 | 103 | 5 | 204 | 131 | 67 |
| Binary | 101000 | 11110011 | 1010000 | 1010100 | 0 | 1000011 | 101 | 10000100 | 1011001 | 110111 |
Color Harmonies of #28F350
Complementary color
Monochromatic Colors of #28F350
Black with #28F350
Text Example
Text Example
White with #28F350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F350; }
p { color: rgb(40,243,80); }
H1.HeaderClassName
{
color: #28F350;
}
.AnyTagClassName
{
color: #28F350;
}
</style>
background-color css
<style>
a { background-color: #28F350; }
a { background-color: rgb(40,243,80); }
div.DivClassName
{
background-color: #28F350;
}
.BgClassName
{
background-color: #28F350;
}
</style>
border-color css
<style>
span { border-color: #28F350; }
span { border-color: rgb(40,243,80); }
td.TdClassName
{
border-color: #28F350;
}
.TagClassName
{
border-color: #28F350;
}
</style>