Shades of Malachite #25D05C
Tints of Malachite #25D05C
RGB
CMYK
RGB Variations
Color information
#25D05C (or 0x25D05C) is known color: Malachite. HEX triplet: 25, D0 and 5C. RGB value is (37,208,92). Sum of RGB (Red+Green+Blue) = 37+208+92=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 208 (81.64% from 255 or 61.72% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 208 - color contains mainly: green. Hex color #25D05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25D05C is #DA2FA3. Grayscale: #8F8F8F. Windows color (decimal): -14299044 or 6082597. OLE color: 6082597.
HSL color Cylindrical-coordinate representation of color #25D05C: hue angle of 139.3º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D05C is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 208 | 92 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.18 |
| HSL | 139.3º | 0.7% | 0.48% | - |
| HSV(B) | 139.3º | 0.82% | 0.82% | - |
| XYZ | 25.25 | 46.28 | 17.73 | - |
| YUV | 143.65 | 98.85 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 208 | 92 | 0.82 | 0 | 0.56 | 0.18 | 139.3 | 0.7 | 0.48 |
| Hex | 25 | D0 | 5C | 52 | 0 | 38 | 12 | 8B | 46 | 30 |
| Octal | 45 | 320 | 134 | 122 | 0 | 70 | 22 | 213 | 106 | 60 |
| Binary | 100101 | 11010000 | 1011100 | 1010010 | 0 | 111000 | 10010 | 10001011 | 1000110 | 110000 |
Color Harmonies of #25D05C
Complementary color
Monochromatic Colors of #25D05C
Black with #25D05C
Text Example
Text Example
White with #25D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D05C; }
p { color: rgb(37,208,92); }
H1.HeaderClassName
{
color: #25D05C;
}
.AnyTagClassName
{
color: #25D05C;
}
</style>
background-color css
<style>
a { background-color: #25D05C; }
a { background-color: rgb(37,208,92); }
div.DivClassName
{
background-color: #25D05C;
}
.BgClassName
{
background-color: #25D05C;
}
</style>
border-color css
<style>
span { border-color: #25D05C; }
span { border-color: rgb(37,208,92); }
td.TdClassName
{
border-color: #25D05C;
}
.TagClassName
{
border-color: #25D05C;
}
</style>