Shades of Malachite #25DD53
Tints of Malachite #25DD53
RGB
CMYK
RGB Variations
Color information
#25DD53 (or 0x25DD53) is known color: Malachite. HEX triplet: 25, DD and 53. RGB value is (37,221,83). Sum of RGB (Red+Green+Blue) = 37+221+83=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 221 (86.72% from 255 or 64.81% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 221 - color contains mainly: green. Hex color #25DD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25DD53 is #DA22AC. Grayscale: #969696. Windows color (decimal): -14295725 or 5496101. OLE color: 5496101.
HSL color Cylindrical-coordinate representation of color #25DD53: hue angle of 135º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DD53 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 221 | 83 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.13 |
| HSL | 135º | 0.73% | 0.51% | - |
| HSV(B) | 135º | 0.83% | 0.87% | - |
| XYZ | 28.18 | 52.73 | 16.88 | - |
| YUV | 150.25 | 90.04 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 83 | 0.83 | 0 | 0.62 | 0.13 | 135 | 0.73 | 0.51 |
| Hex | 25 | DD | 53 | 53 | 0 | 3E | D | 87 | 49 | 33 |
| Octal | 45 | 335 | 123 | 123 | 0 | 76 | 15 | 207 | 111 | 63 |
| Binary | 100101 | 11011101 | 1010011 | 1010011 | 0 | 111110 | 1101 | 10000111 | 1001001 | 110011 |
Color Harmonies of #25DD53
Complementary color
Monochromatic Colors of #25DD53
Black with #25DD53
Text Example
Text Example
White with #25DD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DD53; }
p { color: rgb(37,221,83); }
H1.HeaderClassName
{
color: #25DD53;
}
.AnyTagClassName
{
color: #25DD53;
}
</style>
background-color css
<style>
a { background-color: #25DD53; }
a { background-color: rgb(37,221,83); }
div.DivClassName
{
background-color: #25DD53;
}
.BgClassName
{
background-color: #25DD53;
}
</style>
border-color css
<style>
span { border-color: #25DD53; }
span { border-color: rgb(37,221,83); }
td.TdClassName
{
border-color: #25DD53;
}
.TagClassName
{
border-color: #25DD53;
}
</style>