Shades of Malachite #28F25F
Tints of Malachite #28F25F
RGB
CMYK
RGB Variations
Color information
#28F25F (or 0x28F25F) is known color: Malachite. HEX triplet: 28, F2 and 5F. RGB value is (40,242,95). Sum of RGB (Red+Green+Blue) = 40+242+95=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 242 (94.92% from 255 or 64.19% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 242 - color contains mainly: green. Hex color #28F25F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F25F is #D70DA0. Grayscale: #A5A5A5. Windows color (decimal): -14093729 or 6287912. OLE color: 6287912.
HSL color Cylindrical-coordinate representation of color #28F25F: hue angle of 136.34º degrees, saturation: 0.89, 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 #28F25F is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 95 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.05 |
| HSL | 136.34º | 0.89% | 0.55% | - |
| HSV(B) | 136.34º | 0.83% | 0.95% | - |
| XYZ | 34.69 | 64.78 | 21.5 | - |
| YUV | 164.84 | 88.58 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 95 | 0.83 | 0 | 0.61 | 0.05 | 136.34 | 0.89 | 0.55 |
| Hex | 28 | F2 | 5F | 53 | 0 | 3D | 5 | 88 | 59 | 37 |
| Octal | 50 | 362 | 137 | 123 | 0 | 75 | 5 | 210 | 131 | 67 |
| Binary | 101000 | 11110010 | 1011111 | 1010011 | 0 | 111101 | 101 | 10001000 | 1011001 | 110111 |
Color Harmonies of #28F25F
Complementary color
Monochromatic Colors of #28F25F
Black with #28F25F
Text Example
Text Example
White with #28F25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F25F; }
p { color: rgb(40,242,95); }
H1.HeaderClassName
{
color: #28F25F;
}
.AnyTagClassName
{
color: #28F25F;
}
</style>
background-color css
<style>
a { background-color: #28F25F; }
a { background-color: rgb(40,242,95); }
div.DivClassName
{
background-color: #28F25F;
}
.BgClassName
{
background-color: #28F25F;
}
</style>
border-color css
<style>
span { border-color: #28F25F; }
span { border-color: rgb(40,242,95); }
td.TdClassName
{
border-color: #28F25F;
}
.TagClassName
{
border-color: #28F25F;
}
</style>