Shades of Malachite #25CF5A
Tints of Malachite #25CF5A
RGB
CMYK
RGB Variations
Color information
#25CF5A (or 0x25CF5A) is known color: Malachite. HEX triplet: 25, CF and 5A. RGB value is (37,207,90). Sum of RGB (Red+Green+Blue) = 37+207+90=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #25CF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25CF5A is #DA30A5. Grayscale: #8F8F8F. Windows color (decimal): -14299302 or 5951269. OLE color: 5951269.
HSL color Cylindrical-coordinate representation of color #25CF5A: hue angle of 138.71º 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 #25CF5A is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 90 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.19 |
| HSL | 138.71º | 0.7% | 0.48% | - |
| HSV(B) | 138.71º | 0.82% | 0.81% | - |
| XYZ | 24.92 | 45.76 | 17.19 | - |
| YUV | 142.83 | 98.18 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 90 | 0.82 | 0 | 0.57 | 0.19 | 138.71 | 0.7 | 0.48 |
| Hex | 25 | CF | 5A | 52 | 0 | 39 | 13 | 8B | 46 | 30 |
| Octal | 45 | 317 | 132 | 122 | 0 | 71 | 23 | 213 | 106 | 60 |
| Binary | 100101 | 11001111 | 1011010 | 1010010 | 0 | 111001 | 10011 | 10001011 | 1000110 | 110000 |
Color Harmonies of #25CF5A
Complementary color
Monochromatic Colors of #25CF5A
Black with #25CF5A
Text Example
Text Example
White with #25CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CF5A; }
p { color: rgb(37,207,90); }
H1.HeaderClassName
{
color: #25CF5A;
}
.AnyTagClassName
{
color: #25CF5A;
}
</style>
background-color css
<style>
a { background-color: #25CF5A; }
a { background-color: rgb(37,207,90); }
div.DivClassName
{
background-color: #25CF5A;
}
.BgClassName
{
background-color: #25CF5A;
}
</style>
border-color css
<style>
span { border-color: #25CF5A; }
span { border-color: rgb(37,207,90); }
td.TdClassName
{
border-color: #25CF5A;
}
.TagClassName
{
border-color: #25CF5A;
}
</style>