Shades of Malachite #25F150
Tints of Malachite #25F150
RGB
CMYK
RGB Variations
Color information
#25F150 (or 0x25F150) is known color: Malachite. HEX triplet: 25, F1 and 50. RGB value is (37,241,80). Sum of RGB (Red+Green+Blue) = 37+241+80=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 241 (94.53% from 255 or 67.32% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 241 - color contains mainly: green. Hex color #25F150 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #25F150 is #DA0EAF. Grayscale: #A2A2A2. Windows color (decimal): -14290608 or 5304613. OLE color: 5304613.
HSL color Cylindrical-coordinate representation of color #25F150: hue angle of 132.65º 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 #25F150 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 241 | 80 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.05 |
| HSL | 132.65º | 0.88% | 0.55% | - |
| HSV(B) | 132.65º | 0.85% | 0.95% | - |
| XYZ | 33.67 | 63.88 | 18.15 | - |
| YUV | 161.65 | 81.91 | 39.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 241 | 80 | 0.85 | 0 | 0.67 | 0.05 | 132.65 | 0.88 | 0.55 |
| Hex | 25 | F1 | 50 | 55 | 0 | 43 | 5 | 85 | 58 | 37 |
| Octal | 45 | 361 | 120 | 125 | 0 | 103 | 5 | 205 | 130 | 67 |
| Binary | 100101 | 11110001 | 1010000 | 1010101 | 0 | 1000011 | 101 | 10000101 | 1011000 | 110111 |
Color Harmonies of #25F150
Complementary color
Monochromatic Colors of #25F150
Black with #25F150
Text Example
Text Example
White with #25F150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F150; }
p { color: rgb(37,241,80); }
H1.HeaderClassName
{
color: #25F150;
}
.AnyTagClassName
{
color: #25F150;
}
</style>
background-color css
<style>
a { background-color: #25F150; }
a { background-color: rgb(37,241,80); }
div.DivClassName
{
background-color: #25F150;
}
.BgClassName
{
background-color: #25F150;
}
</style>
border-color css
<style>
span { border-color: #25F150; }
span { border-color: rgb(37,241,80); }
td.TdClassName
{
border-color: #25F150;
}
.TagClassName
{
border-color: #25F150;
}
</style>