Shades of Malachite #25DC63
Tints of Malachite #25DC63
RGB
CMYK
RGB Variations
Color information
#25DC63 (or 0x25DC63) is known color: Malachite. HEX triplet: 25, DC and 63. RGB value is (37,220,99). Sum of RGB (Red+Green+Blue) = 37+220+99=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 220 (86.33% from 255 or 61.80% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25DC63 is #DA239C. Grayscale: #979797. Windows color (decimal): -14295965 or 6544421. OLE color: 6544421.
HSL color Cylindrical-coordinate representation of color #25DC63: hue angle of 140.33º 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 #25DC63 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 220 | 99 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.14 |
| HSL | 140.33º | 0.72% | 0.5% | - |
| HSV(B) | 140.33º | 0.83% | 0.86% | - |
| XYZ | 28.61 | 52.48 | 20.43 | - |
| YUV | 151.49 | 98.37 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 99 | 0.83 | 0 | 0.55 | 0.14 | 140.33 | 0.72 | 0.5 |
| Hex | 25 | DC | 63 | 53 | 0 | 37 | E | 8C | 48 | 32 |
| Octal | 45 | 334 | 143 | 123 | 0 | 67 | 16 | 214 | 110 | 62 |
| Binary | 100101 | 11011100 | 1100011 | 1010011 | 0 | 110111 | 1110 | 10001100 | 1001000 | 110010 |
Color Harmonies of #25DC63
Complementary color
Monochromatic Colors of #25DC63
Black with #25DC63
Text Example
Text Example
White with #25DC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DC63; }
p { color: rgb(37,220,99); }
H1.HeaderClassName
{
color: #25DC63;
}
.AnyTagClassName
{
color: #25DC63;
}
</style>
background-color css
<style>
a { background-color: #25DC63; }
a { background-color: rgb(37,220,99); }
div.DivClassName
{
background-color: #25DC63;
}
.BgClassName
{
background-color: #25DC63;
}
</style>
border-color css
<style>
span { border-color: #25DC63; }
span { border-color: rgb(37,220,99); }
td.TdClassName
{
border-color: #25DC63;
}
.TagClassName
{
border-color: #25DC63;
}
</style>