Shades of Malachite #25CF50
Tints of Malachite #25CF50
RGB
CMYK
RGB Variations
Color information
#25CF50 (or 0x25CF50) is known color: Malachite. HEX triplet: 25, CF and 50. RGB value is (37,207,80). Sum of RGB (Red+Green+Blue) = 37+207+80=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 207 (81.25% from 255 or 63.89% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 207 - color contains mainly: green. Hex color #25CF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25CF50 is #DA30AF. Grayscale: #8E8E8E. Windows color (decimal): -14299312 or 5295909. OLE color: 5295909.
HSL color Cylindrical-coordinate representation of color #25CF50: hue angle of 135.18º 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 #25CF50 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 80 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.19 |
| HSL | 135.18º | 0.7% | 0.48% | - |
| HSV(B) | 135.18º | 0.82% | 0.81% | - |
| XYZ | 24.52 | 45.6 | 15.1 | - |
| YUV | 141.69 | 93.18 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 80 | 0.82 | 0 | 0.61 | 0.19 | 135.18 | 0.7 | 0.48 |
| Hex | 25 | CF | 50 | 52 | 0 | 3D | 13 | 87 | 46 | 30 |
| Octal | 45 | 317 | 120 | 122 | 0 | 75 | 23 | 207 | 106 | 60 |
| Binary | 100101 | 11001111 | 1010000 | 1010010 | 0 | 111101 | 10011 | 10000111 | 1000110 | 110000 |
Color Harmonies of #25CF50
Complementary color
Monochromatic Colors of #25CF50
Black with #25CF50
Text Example
Text Example
White with #25CF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CF50; }
p { color: rgb(37,207,80); }
H1.HeaderClassName
{
color: #25CF50;
}
.AnyTagClassName
{
color: #25CF50;
}
</style>
background-color css
<style>
a { background-color: #25CF50; }
a { background-color: rgb(37,207,80); }
div.DivClassName
{
background-color: #25CF50;
}
.BgClassName
{
background-color: #25CF50;
}
</style>
border-color css
<style>
span { border-color: #25CF50; }
span { border-color: rgb(37,207,80); }
td.TdClassName
{
border-color: #25CF50;
}
.TagClassName
{
border-color: #25CF50;
}
</style>