Shades of Malachite #25DA5A
Tints of Malachite #25DA5A
RGB
CMYK
RGB Variations
Color information
#25DA5A (or 0x25DA5A) is known color: Malachite. HEX triplet: 25, DA and 5A. RGB value is (37,218,90). Sum of RGB (Red+Green+Blue) = 37+218+90=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 218 (85.55% from 255 or 63.19% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 218 - color contains mainly: green. Hex color #25DA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25DA5A is #DA25A5. Grayscale: #959595. Windows color (decimal): -14296486 or 5954085. OLE color: 5954085.
HSL color Cylindrical-coordinate representation of color #25DA5A: hue angle of 137.57º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DA5A is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 218 | 90 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.15 |
| HSL | 137.57º | 0.71% | 0.5% | - |
| HSV(B) | 137.57º | 0.83% | 0.85% | - |
| XYZ | 27.68 | 51.27 | 18.11 | - |
| YUV | 149.29 | 94.53 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 90 | 0.83 | 0 | 0.59 | 0.15 | 137.57 | 0.71 | 0.5 |
| Hex | 25 | DA | 5A | 53 | 0 | 3B | F | 8A | 47 | 32 |
| Octal | 45 | 332 | 132 | 123 | 0 | 73 | 17 | 212 | 107 | 62 |
| Binary | 100101 | 11011010 | 1011010 | 1010011 | 0 | 111011 | 1111 | 10001010 | 1000111 | 110010 |
Color Harmonies of #25DA5A
Complementary color
Monochromatic Colors of #25DA5A
Black with #25DA5A
Text Example
Text Example
White with #25DA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DA5A; }
p { color: rgb(37,218,90); }
H1.HeaderClassName
{
color: #25DA5A;
}
.AnyTagClassName
{
color: #25DA5A;
}
</style>
background-color css
<style>
a { background-color: #25DA5A; }
a { background-color: rgb(37,218,90); }
div.DivClassName
{
background-color: #25DA5A;
}
.BgClassName
{
background-color: #25DA5A;
}
</style>
border-color css
<style>
span { border-color: #25DA5A; }
span { border-color: rgb(37,218,90); }
td.TdClassName
{
border-color: #25DA5A;
}
.TagClassName
{
border-color: #25DA5A;
}
</style>