Shades of Malachite #25CD64
Tints of Malachite #25CD64
RGB
CMYK
RGB Variations
Color information
#25CD64 (or 0x25CD64) is known color: Malachite. HEX triplet: 25, CD and 64. RGB value is (37,205,100). Sum of RGB (Red+Green+Blue) = 37+205+100=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 205 (80.47% from 255 or 59.94% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 205 - color contains mainly: green. Hex color #25CD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25CD64 is #DA329B. Grayscale: #8F8F8F. Windows color (decimal): -14299804 or 6606117. OLE color: 6606117.
HSL color Cylindrical-coordinate representation of color #25CD64: hue angle of 142.5º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CD64 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 205 | 100 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.20 |
| HSL | 142.5º | 0.69% | 0.47% | - |
| HSV(B) | 142.5º | 0.82% | 0.8% | - |
| XYZ | 24.89 | 44.98 | 19.43 | - |
| YUV | 142.8 | 103.84 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 205 | 100 | 0.82 | 0 | 0.51 | 0.20 | 142.5 | 0.69 | 0.47 |
| Hex | 25 | CD | 64 | 52 | 0 | 33 | 14 | 8E | 45 | 2F |
| Octal | 45 | 315 | 144 | 122 | 0 | 63 | 24 | 216 | 105 | 57 |
| Binary | 100101 | 11001101 | 1100100 | 1010010 | 0 | 110011 | 10100 | 10001110 | 1000101 | 101111 |
Color Harmonies of #25CD64
Complementary color
Monochromatic Colors of #25CD64
Black with #25CD64
Text Example
Text Example
White with #25CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CD64; }
p { color: rgb(37,205,100); }
H1.HeaderClassName
{
color: #25CD64;
}
.AnyTagClassName
{
color: #25CD64;
}
</style>
background-color css
<style>
a { background-color: #25CD64; }
a { background-color: rgb(37,205,100); }
div.DivClassName
{
background-color: #25CD64;
}
.BgClassName
{
background-color: #25CD64;
}
</style>
border-color css
<style>
span { border-color: #25CD64; }
span { border-color: rgb(37,205,100); }
td.TdClassName
{
border-color: #25CD64;
}
.TagClassName
{
border-color: #25CD64;
}
</style>