Shades of Malachite #25DC70
Tints of Malachite #25DC70
RGB
CMYK
RGB Variations
Color information
#25DC70 (or 0x25DC70) is known color: Malachite. HEX triplet: 25, DC and 70. RGB value is (37,220,112). Sum of RGB (Red+Green+Blue) = 37+220+112=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25DC70 is #DA238F. Grayscale: #999999. Windows color (decimal): -14295952 or 7396389. OLE color: 7396389.
HSL color Cylindrical-coordinate representation of color #25DC70: hue angle of 144.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DC70 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 220 | 112 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.14 |
| HSL | 144.59º | 0.72% | 0.5% | - |
| HSV(B) | 144.59º | 0.83% | 0.86% | - |
| XYZ | 29.28 | 52.75 | 23.97 | - |
| YUV | 152.97 | 104.87 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 112 | 0.83 | 0 | 0.49 | 0.14 | 144.59 | 0.72 | 0.5 |
| Hex | 25 | DC | 70 | 53 | 0 | 31 | E | 91 | 48 | 32 |
| Octal | 45 | 334 | 160 | 123 | 0 | 61 | 16 | 221 | 110 | 62 |
| Binary | 100101 | 11011100 | 1110000 | 1010011 | 0 | 110001 | 1110 | 10010001 | 1001000 | 110010 |
Color Harmonies of #25DC70
Complementary color
Monochromatic Colors of #25DC70
Black with #25DC70
Text Example
Text Example
White with #25DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DC70; }
p { color: rgb(37,220,112); }
H1.HeaderClassName
{
color: #25DC70;
}
.AnyTagClassName
{
color: #25DC70;
}
</style>
background-color css
<style>
a { background-color: #25DC70; }
a { background-color: rgb(37,220,112); }
div.DivClassName
{
background-color: #25DC70;
}
.BgClassName
{
background-color: #25DC70;
}
</style>
border-color css
<style>
span { border-color: #25DC70; }
span { border-color: rgb(37,220,112); }
td.TdClassName
{
border-color: #25DC70;
}
.TagClassName
{
border-color: #25DC70;
}
</style>