Shades of Malachite #25F258
Tints of Malachite #25F258
RGB
CMYK
RGB Variations
Color information
#25F258 (or 0x25F258) is known color: Malachite. HEX triplet: 25, F2 and 58. RGB value is (37,242,88). Sum of RGB (Red+Green+Blue) = 37+242+88=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 242 (94.92% from 255 or 65.94% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 242 - color contains mainly: green. Hex color #25F258 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #25F258 is #DA0DA7. Grayscale: #A3A3A3. Windows color (decimal): -14290344 or 5829157. OLE color: 5829157.
HSL color Cylindrical-coordinate representation of color #25F258: hue angle of 134.93º degrees, saturation: 0.89, 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 #25F258 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 242 | 88 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.05 |
| HSL | 134.93º | 0.89% | 0.55% | - |
| HSV(B) | 134.93º | 0.85% | 0.95% | - |
| XYZ | 34.28 | 64.6 | 19.9 | - |
| YUV | 163.15 | 85.58 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 242 | 88 | 0.85 | 0 | 0.64 | 0.05 | 134.93 | 0.89 | 0.55 |
| Hex | 25 | F2 | 58 | 55 | 0 | 40 | 5 | 87 | 59 | 37 |
| Octal | 45 | 362 | 130 | 125 | 0 | 100 | 5 | 207 | 131 | 67 |
| Binary | 100101 | 11110010 | 1011000 | 1010101 | 0 | 1000000 | 101 | 10000111 | 1011001 | 110111 |
Color Harmonies of #25F258
Complementary color
Monochromatic Colors of #25F258
Black with #25F258
Text Example
Text Example
White with #25F258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F258; }
p { color: rgb(37,242,88); }
H1.HeaderClassName
{
color: #25F258;
}
.AnyTagClassName
{
color: #25F258;
}
</style>
background-color css
<style>
a { background-color: #25F258; }
a { background-color: rgb(37,242,88); }
div.DivClassName
{
background-color: #25F258;
}
.BgClassName
{
background-color: #25F258;
}
</style>
border-color css
<style>
span { border-color: #25F258; }
span { border-color: rgb(37,242,88); }
td.TdClassName
{
border-color: #25F258;
}
.TagClassName
{
border-color: #25F258;
}
</style>