Shades of Malachite #25C252
Tints of Malachite #25C252
RGB
CMYK
RGB Variations
Color information
#25C252 (or 0x25C252) is known color: Malachite. HEX triplet: 25, C2 and 52. RGB value is (37,194,82). Sum of RGB (Red+Green+Blue) = 37+194+82=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #25C252 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25C252 is #DA3DAD. Grayscale: #868686. Windows color (decimal): -14302638 or 5423653. OLE color: 5423653.
HSL color Cylindrical-coordinate representation of color #25C252: hue angle of 137.2º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C252 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 194 | 82 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.24 |
| HSL | 137.2º | 0.68% | 0.45% | - |
| HSV(B) | 137.2º | 0.81% | 0.76% | - |
| XYZ | 21.58 | 39.59 | 14.49 | - |
| YUV | 134.29 | 98.49 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 194 | 82 | 0.81 | 0 | 0.58 | 0.24 | 137.2 | 0.68 | 0.45 |
| Hex | 25 | C2 | 52 | 51 | 0 | 3A | 18 | 89 | 44 | 2D |
| Octal | 45 | 302 | 122 | 121 | 0 | 72 | 30 | 211 | 104 | 55 |
| Binary | 100101 | 11000010 | 1010010 | 1010001 | 0 | 111010 | 11000 | 10001001 | 1000100 | 101101 |
Color Harmonies of #25C252
Complementary color
Monochromatic Colors of #25C252
Black with #25C252
Text Example
Text Example
White with #25C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C252; }
p { color: rgb(37,194,82); }
H1.HeaderClassName
{
color: #25C252;
}
.AnyTagClassName
{
color: #25C252;
}
</style>
background-color css
<style>
a { background-color: #25C252; }
a { background-color: rgb(37,194,82); }
div.DivClassName
{
background-color: #25C252;
}
.BgClassName
{
background-color: #25C252;
}
</style>
border-color css
<style>
span { border-color: #25C252; }
span { border-color: rgb(37,194,82); }
td.TdClassName
{
border-color: #25C252;
}
.TagClassName
{
border-color: #25C252;
}
</style>