Shades of Malachite #25CF5D
Tints of Malachite #25CF5D
RGB
CMYK
RGB Variations
Color information
#25CF5D (or 0x25CF5D) is known color: Malachite. HEX triplet: 25, CF and 5D. RGB value is (37,207,93). Sum of RGB (Red+Green+Blue) = 37+207+93=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #25CF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25CF5D is #DA30A2. Grayscale: #8F8F8F. Windows color (decimal): -14299299 or 6147877. OLE color: 6147877.
HSL color Cylindrical-coordinate representation of color #25CF5D: hue angle of 139.76º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CF5D is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 93 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.19 |
| HSL | 139.76º | 0.7% | 0.48% | - |
| HSV(B) | 139.76º | 0.82% | 0.81% | - |
| XYZ | 25.05 | 45.81 | 17.88 | - |
| YUV | 143.17 | 99.68 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 93 | 0.82 | 0 | 0.55 | 0.19 | 139.76 | 0.7 | 0.48 |
| Hex | 25 | CF | 5D | 52 | 0 | 37 | 13 | 8C | 46 | 30 |
| Octal | 45 | 317 | 135 | 122 | 0 | 67 | 23 | 214 | 106 | 60 |
| Binary | 100101 | 11001111 | 1011101 | 1010010 | 0 | 110111 | 10011 | 10001100 | 1000110 | 110000 |
Color Harmonies of #25CF5D
Complementary color
Monochromatic Colors of #25CF5D
Black with #25CF5D
Text Example
Text Example
White with #25CF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CF5D; }
p { color: rgb(37,207,93); }
H1.HeaderClassName
{
color: #25CF5D;
}
.AnyTagClassName
{
color: #25CF5D;
}
</style>
background-color css
<style>
a { background-color: #25CF5D; }
a { background-color: rgb(37,207,93); }
div.DivClassName
{
background-color: #25CF5D;
}
.BgClassName
{
background-color: #25CF5D;
}
</style>
border-color css
<style>
span { border-color: #25CF5D; }
span { border-color: rgb(37,207,93); }
td.TdClassName
{
border-color: #25CF5D;
}
.TagClassName
{
border-color: #25CF5D;
}
</style>