Shades of Malachite #25CF64
Tints of Malachite #25CF64
RGB
CMYK
RGB Variations
Color information
#25CF64 (or 0x25CF64) is known color: Malachite. HEX triplet: 25, CF and 64. RGB value is (37,207,100). Sum of RGB (Red+Green+Blue) = 37+207+100=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 207 (81.25% from 255 or 60.17% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 207 - color contains mainly: green. Hex color #25CF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25CF64 is #DA309B. Grayscale: #909090. Windows color (decimal): -14299292 or 6606629. OLE color: 6606629.
HSL color Cylindrical-coordinate representation of color #25CF64: hue angle of 142.24º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CF64 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 100 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.19 |
| HSL | 142.24º | 0.7% | 0.48% | - |
| HSV(B) | 142.24º | 0.82% | 0.81% | - |
| XYZ | 25.38 | 45.94 | 19.59 | - |
| YUV | 143.97 | 103.18 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 100 | 0.82 | 0 | 0.52 | 0.19 | 142.24 | 0.7 | 0.48 |
| Hex | 25 | CF | 64 | 52 | 0 | 34 | 13 | 8E | 46 | 30 |
| Octal | 45 | 317 | 144 | 122 | 0 | 64 | 23 | 216 | 106 | 60 |
| Binary | 100101 | 11001111 | 1100100 | 1010010 | 0 | 110100 | 10011 | 10001110 | 1000110 | 110000 |
Color Harmonies of #25CF64
Complementary color
Monochromatic Colors of #25CF64
Black with #25CF64
Text Example
Text Example
White with #25CF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CF64; }
p { color: rgb(37,207,100); }
H1.HeaderClassName
{
color: #25CF64;
}
.AnyTagClassName
{
color: #25CF64;
}
</style>
background-color css
<style>
a { background-color: #25CF64; }
a { background-color: rgb(37,207,100); }
div.DivClassName
{
background-color: #25CF64;
}
.BgClassName
{
background-color: #25CF64;
}
</style>
border-color css
<style>
span { border-color: #25CF64; }
span { border-color: rgb(37,207,100); }
td.TdClassName
{
border-color: #25CF64;
}
.TagClassName
{
border-color: #25CF64;
}
</style>