Shades of Malachite #25FA65
Tints of Malachite #25FA65
RGB
CMYK
RGB Variations
Color information
#25FA65 (or 0x25FA65) is known color: Malachite. HEX triplet: 25, FA and 65. RGB value is (37,250,101). Sum of RGB (Red+Green+Blue) = 37+250+101=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 250 (98.05% from 255 or 64.43% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 250 - color contains mainly: green. Hex color #25FA65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #25FA65 is #DA059A. Grayscale: #A9A9A9. Windows color (decimal): -14288283 or 6683173. OLE color: 6683173.
HSL color Cylindrical-coordinate representation of color #25FA65: hue angle of 138.03º 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 #25FA65 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 250 | 101 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.02 |
| HSL | 138.03º | 0.96% | 0.56% | - |
| HSV(B) | 138.03º | 0.85% | 0.98% | - |
| XYZ | 37.3 | 69.7 | 23.8 | - |
| YUV | 169.33 | 89.43 | 33.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 250 | 101 | 0.85 | 0 | 0.60 | 0.02 | 138.03 | 0.96 | 0.56 |
| Hex | 25 | FA | 65 | 55 | 0 | 3C | 2 | 8A | 60 | 38 |
| Octal | 45 | 372 | 145 | 125 | 0 | 74 | 2 | 212 | 140 | 70 |
| Binary | 100101 | 11111010 | 1100101 | 1010101 | 0 | 111100 | 10 | 10001010 | 1100000 | 111000 |
Color Harmonies of #25FA65
Complementary color
Monochromatic Colors of #25FA65
Black with #25FA65
Text Example
Text Example
White with #25FA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FA65; }
p { color: rgb(37,250,101); }
H1.HeaderClassName
{
color: #25FA65;
}
.AnyTagClassName
{
color: #25FA65;
}
</style>
background-color css
<style>
a { background-color: #25FA65; }
a { background-color: rgb(37,250,101); }
div.DivClassName
{
background-color: #25FA65;
}
.BgClassName
{
background-color: #25FA65;
}
</style>
border-color css
<style>
span { border-color: #25FA65; }
span { border-color: rgb(37,250,101); }
td.TdClassName
{
border-color: #25FA65;
}
.TagClassName
{
border-color: #25FA65;
}
</style>