Shades of Malachite #25FA50
Tints of Malachite #25FA50
RGB
CMYK
RGB Variations
Color information
#25FA50 (or 0x25FA50) is known color: Malachite. HEX triplet: 25, FA and 50. RGB value is (37,250,80). Sum of RGB (Red+Green+Blue) = 37+250+80=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 250 (98.05% from 255 or 68.12% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 250 - color contains mainly: green. Hex color #25FA50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #25FA50 is #DA05AF. Grayscale: #A7A7A7. Windows color (decimal): -14288304 or 5306917. OLE color: 5306917.
HSL color Cylindrical-coordinate representation of color #25FA50: hue angle of 132.11º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FA50 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 250 | 80 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.02 |
| HSL | 132.11º | 0.96% | 0.56% | - |
| HSV(B) | 132.11º | 0.85% | 0.98% | - |
| XYZ | 36.4 | 69.34 | 19.06 | - |
| YUV | 166.93 | 78.93 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 250 | 80 | 0.85 | 0 | 0.68 | 0.02 | 132.11 | 0.96 | 0.56 |
| Hex | 25 | FA | 50 | 55 | 0 | 44 | 2 | 84 | 60 | 38 |
| Octal | 45 | 372 | 120 | 125 | 0 | 104 | 2 | 204 | 140 | 70 |
| Binary | 100101 | 11111010 | 1010000 | 1010101 | 0 | 1000100 | 10 | 10000100 | 1100000 | 111000 |
Color Harmonies of #25FA50
Complementary color
Monochromatic Colors of #25FA50
Black with #25FA50
Text Example
Text Example
White with #25FA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FA50; }
p { color: rgb(37,250,80); }
H1.HeaderClassName
{
color: #25FA50;
}
.AnyTagClassName
{
color: #25FA50;
}
</style>
background-color css
<style>
a { background-color: #25FA50; }
a { background-color: rgb(37,250,80); }
div.DivClassName
{
background-color: #25FA50;
}
.BgClassName
{
background-color: #25FA50;
}
</style>
border-color css
<style>
span { border-color: #25FA50; }
span { border-color: rgb(37,250,80); }
td.TdClassName
{
border-color: #25FA50;
}
.TagClassName
{
border-color: #25FA50;
}
</style>