Shades of Malachite #25DC58
Tints of Malachite #25DC58
RGB
CMYK
RGB Variations
Color information
#25DC58 (or 0x25DC58) is known color: Malachite. HEX triplet: 25, DC and 58. RGB value is (37,220,88). Sum of RGB (Red+Green+Blue) = 37+220+88=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 220 (86.33% from 255 or 63.77% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25DC58 is #DA23A7. Grayscale: #969696. Windows color (decimal): -14295976 or 5823525. OLE color: 5823525.
HSL color Cylindrical-coordinate representation of color #25DC58: hue angle of 136.72º 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 #25DC58 is Cyan = 0.83, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 220 | 88 | - |
| CMYK | 0.83 | 0 | 0.6 | 0.14 |
| HSL | 136.72º | 0.72% | 0.5% | - |
| HSV(B) | 136.72º | 0.83% | 0.86% | - |
| XYZ | 28.12 | 52.28 | 17.84 | - |
| YUV | 150.24 | 92.87 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 88 | 0.83 | 0 | 0.6 | 0.14 | 136.72 | 0.72 | 0.5 |
| Hex | 25 | DC | 58 | 53 | 0 | 3C | E | 89 | 48 | 32 |
| Octal | 45 | 334 | 130 | 123 | 0 | 74 | 16 | 211 | 110 | 62 |
| Binary | 100101 | 11011100 | 1011000 | 1010011 | 0 | 111100 | 1110 | 10001001 | 1001000 | 110010 |
Color Harmonies of #25DC58
Complementary color
Monochromatic Colors of #25DC58
Black with #25DC58
Text Example
Text Example
White with #25DC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DC58; }
p { color: rgb(37,220,88); }
H1.HeaderClassName
{
color: #25DC58;
}
.AnyTagClassName
{
color: #25DC58;
}
</style>
background-color css
<style>
a { background-color: #25DC58; }
a { background-color: rgb(37,220,88); }
div.DivClassName
{
background-color: #25DC58;
}
.BgClassName
{
background-color: #25DC58;
}
</style>
border-color css
<style>
span { border-color: #25DC58; }
span { border-color: rgb(37,220,88); }
td.TdClassName
{
border-color: #25DC58;
}
.TagClassName
{
border-color: #25DC58;
}
</style>