Shades of Malachite #25F048
Tints of Malachite #25F048
RGB
CMYK
RGB Variations
Color information
#25F048 (or 0x25F048) is known color: Malachite. HEX triplet: 25, F0 and 48. RGB value is (37,240,72). Sum of RGB (Red+Green+Blue) = 37+240+72=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 240 (94.14% from 255 or 68.77% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 240 - color contains mainly: green. Hex color #25F048 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F048 is #DA0FB7. Grayscale: #A0A0A0. Windows color (decimal): -14290872 or 4780069. OLE color: 4780069.
HSL color Cylindrical-coordinate representation of color #25F048: hue angle of 130.34º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F048 is Cyan = 0.85, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 240 | 72 | - |
| CMYK | 0.85 | 0 | 0.7 | 0.06 |
| HSL | 130.34º | 0.87% | 0.54% | - |
| HSV(B) | 130.34º | 0.85% | 0.94% | - |
| XYZ | 33.09 | 63.18 | 16.58 | - |
| YUV | 160.15 | 78.25 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 240 | 72 | 0.85 | 0 | 0.7 | 0.06 | 130.34 | 0.87 | 0.54 |
| Hex | 25 | F0 | 48 | 55 | 0 | 46 | 6 | 82 | 57 | 36 |
| Octal | 45 | 360 | 110 | 125 | 0 | 106 | 6 | 202 | 127 | 66 |
| Binary | 100101 | 11110000 | 1001000 | 1010101 | 0 | 1000110 | 110 | 10000010 | 1010111 | 110110 |
Color Harmonies of #25F048
Complementary color
Monochromatic Colors of #25F048
Black with #25F048
Text Example
Text Example
White with #25F048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F048; }
p { color: rgb(37,240,72); }
H1.HeaderClassName
{
color: #25F048;
}
.AnyTagClassName
{
color: #25F048;
}
</style>
background-color css
<style>
a { background-color: #25F048; }
a { background-color: rgb(37,240,72); }
div.DivClassName
{
background-color: #25F048;
}
.BgClassName
{
background-color: #25F048;
}
</style>
border-color css
<style>
span { border-color: #25F048; }
span { border-color: rgb(37,240,72); }
td.TdClassName
{
border-color: #25F048;
}
.TagClassName
{
border-color: #25F048;
}
</style>