Shades of Malachite #25DC52
Tints of Malachite #25DC52
RGB
CMYK
RGB Variations
Color information
#25DC52 (or 0x25DC52) is known color: Malachite. HEX triplet: 25, DC and 52. RGB value is (37,220,82). Sum of RGB (Red+Green+Blue) = 37+220+82=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25DC52 is #DA23AD. Grayscale: #959595. Windows color (decimal): -14295982 or 5430309. OLE color: 5430309.
HSL color Cylindrical-coordinate representation of color #25DC52: hue angle of 134.75º 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 #25DC52 is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 220 | 82 | - |
| CMYK | 0.83 | 0 | 0.63 | 0.14 |
| HSL | 134.75º | 0.72% | 0.5% | - |
| HSV(B) | 134.75º | 0.83% | 0.86% | - |
| XYZ | 27.88 | 52.19 | 16.59 | - |
| YUV | 149.55 | 89.87 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 82 | 0.83 | 0 | 0.63 | 0.14 | 134.75 | 0.72 | 0.5 |
| Hex | 25 | DC | 52 | 53 | 0 | 3F | E | 87 | 48 | 32 |
| Octal | 45 | 334 | 122 | 123 | 0 | 77 | 16 | 207 | 110 | 62 |
| Binary | 100101 | 11011100 | 1010010 | 1010011 | 0 | 111111 | 1110 | 10000111 | 1001000 | 110010 |
Color Harmonies of #25DC52
Complementary color
Monochromatic Colors of #25DC52
Black with #25DC52
Text Example
Text Example
White with #25DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DC52; }
p { color: rgb(37,220,82); }
H1.HeaderClassName
{
color: #25DC52;
}
.AnyTagClassName
{
color: #25DC52;
}
</style>
background-color css
<style>
a { background-color: #25DC52; }
a { background-color: rgb(37,220,82); }
div.DivClassName
{
background-color: #25DC52;
}
.BgClassName
{
background-color: #25DC52;
}
</style>
border-color css
<style>
span { border-color: #25DC52; }
span { border-color: rgb(37,220,82); }
td.TdClassName
{
border-color: #25DC52;
}
.TagClassName
{
border-color: #25DC52;
}
</style>