Shades of Malachite #25DE50
Tints of Malachite #25DE50
RGB
CMYK
RGB Variations
Color information
#25DE50 (or 0x25DE50) is known color: Malachite. HEX triplet: 25, DE and 50. RGB value is (37,222,80). Sum of RGB (Red+Green+Blue) = 37+222+80=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 222 (87.11% from 255 or 65.49% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 222 - color contains mainly: green. Hex color #25DE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25DE50 is #DA21AF. Grayscale: #969696. Windows color (decimal): -14295472 or 5299749. OLE color: 5299749.
HSL color Cylindrical-coordinate representation of color #25DE50: hue angle of 133.95º degrees, saturation: 0.74, 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 #25DE50 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 222 | 80 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.13 |
| HSL | 133.95º | 0.74% | 0.51% | - |
| HSV(B) | 133.95º | 0.83% | 0.87% | - |
| XYZ | 28.33 | 53.22 | 16.37 | - |
| YUV | 150.5 | 88.21 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 222 | 80 | 0.83 | 0 | 0.64 | 0.13 | 133.95 | 0.74 | 0.51 |
| Hex | 25 | DE | 50 | 53 | 0 | 40 | D | 86 | 4A | 33 |
| Octal | 45 | 336 | 120 | 123 | 0 | 100 | 15 | 206 | 112 | 63 |
| Binary | 100101 | 11011110 | 1010000 | 1010011 | 0 | 1000000 | 1101 | 10000110 | 1001010 | 110011 |
Color Harmonies of #25DE50
Complementary color
Monochromatic Colors of #25DE50
Black with #25DE50
Text Example
Text Example
White with #25DE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DE50; }
p { color: rgb(37,222,80); }
H1.HeaderClassName
{
color: #25DE50;
}
.AnyTagClassName
{
color: #25DE50;
}
</style>
background-color css
<style>
a { background-color: #25DE50; }
a { background-color: rgb(37,222,80); }
div.DivClassName
{
background-color: #25DE50;
}
.BgClassName
{
background-color: #25DE50;
}
</style>
border-color css
<style>
span { border-color: #25DE50; }
span { border-color: rgb(37,222,80); }
td.TdClassName
{
border-color: #25DE50;
}
.TagClassName
{
border-color: #25DE50;
}
</style>