Shades of Malachite #25F268
Tints of Malachite #25F268
RGB
CMYK
RGB Variations
Color information
#25F268 (or 0x25F268) is known color: Malachite. HEX triplet: 25, F2 and 68. RGB value is (37,242,104). Sum of RGB (Red+Green+Blue) = 37+242+104=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 242 (94.92% from 255 or 63.19% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 242 - color contains mainly: green. Hex color #25F268 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #25F268 is #DA0D97. Grayscale: #A5A5A5. Windows color (decimal): -14290328 or 6877733. OLE color: 6877733.
HSL color Cylindrical-coordinate representation of color #25F268: hue angle of 139.61º 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 #25F268 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 242 | 104 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.05 |
| HSL | 139.61º | 0.89% | 0.55% | - |
| HSV(B) | 139.61º | 0.85% | 0.95% | - |
| XYZ | 35.01 | 64.9 | 23.78 | - |
| YUV | 164.97 | 93.58 | 36.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 242 | 104 | 0.85 | 0 | 0.57 | 0.05 | 139.61 | 0.89 | 0.55 |
| Hex | 25 | F2 | 68 | 55 | 0 | 39 | 5 | 8C | 59 | 37 |
| Octal | 45 | 362 | 150 | 125 | 0 | 71 | 5 | 214 | 131 | 67 |
| Binary | 100101 | 11110010 | 1101000 | 1010101 | 0 | 111001 | 101 | 10001100 | 1011001 | 110111 |
Color Harmonies of #25F268
Complementary color
Monochromatic Colors of #25F268
Black with #25F268
Text Example
Text Example
White with #25F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F268; }
p { color: rgb(37,242,104); }
H1.HeaderClassName
{
color: #25F268;
}
.AnyTagClassName
{
color: #25F268;
}
</style>
background-color css
<style>
a { background-color: #25F268; }
a { background-color: rgb(37,242,104); }
div.DivClassName
{
background-color: #25F268;
}
.BgClassName
{
background-color: #25F268;
}
</style>
border-color css
<style>
span { border-color: #25F268; }
span { border-color: rgb(37,242,104); }
td.TdClassName
{
border-color: #25F268;
}
.TagClassName
{
border-color: #25F268;
}
</style>