Shades of Malachite #25F148
Tints of Malachite #25F148
RGB
CMYK
RGB Variations
Color information
#25F148 (or 0x25F148) is known color: Malachite. HEX triplet: 25, F1 and 48. RGB value is (37,241,72). Sum of RGB (Red+Green+Blue) = 37+241+72=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #25F148 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F148 is #DA0EB7. Grayscale: #A1A1A1. Windows color (decimal): -14290616 or 4780325. OLE color: 4780325.
HSL color Cylindrical-coordinate representation of color #25F148: hue angle of 130.29º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F148 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 241 | 72 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.05 |
| HSL | 130.29º | 0.88% | 0.55% | - |
| HSV(B) | 130.29º | 0.85% | 0.95% | - |
| XYZ | 33.39 | 63.77 | 16.68 | - |
| YUV | 160.74 | 77.91 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 241 | 72 | 0.85 | 0 | 0.70 | 0.05 | 130.29 | 0.88 | 0.55 |
| Hex | 25 | F1 | 48 | 55 | 0 | 46 | 5 | 82 | 58 | 37 |
| Octal | 45 | 361 | 110 | 125 | 0 | 106 | 5 | 202 | 130 | 67 |
| Binary | 100101 | 11110001 | 1001000 | 1010101 | 0 | 1000110 | 101 | 10000010 | 1011000 | 110111 |
Color Harmonies of #25F148
Complementary color
Monochromatic Colors of #25F148
Black with #25F148
Text Example
Text Example
White with #25F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F148; }
p { color: rgb(37,241,72); }
H1.HeaderClassName
{
color: #25F148;
}
.AnyTagClassName
{
color: #25F148;
}
</style>
background-color css
<style>
a { background-color: #25F148; }
a { background-color: rgb(37,241,72); }
div.DivClassName
{
background-color: #25F148;
}
.BgClassName
{
background-color: #25F148;
}
</style>
border-color css
<style>
span { border-color: #25F148; }
span { border-color: rgb(37,241,72); }
td.TdClassName
{
border-color: #25F148;
}
.TagClassName
{
border-color: #25F148;
}
</style>