Shades of Malachite #25BC52
Tints of Malachite #25BC52
RGB
CMYK
RGB Variations
Color information
#25BC52 (or 0x25BC52) is known color: Malachite. HEX triplet: 25, BC and 52. RGB value is (37,188,82). Sum of RGB (Red+Green+Blue) = 37+188+82=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BC52 is #DA43AD. Grayscale: #838383. Windows color (decimal): -14304174 or 5422117. OLE color: 5422117.
HSL color Cylindrical-coordinate representation of color #25BC52: hue angle of 137.88º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BC52 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 82 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.26 |
| HSL | 137.88º | 0.67% | 0.44% | - |
| HSV(B) | 137.88º | 0.8% | 0.74% | - |
| XYZ | 20.27 | 36.97 | 14.05 | - |
| YUV | 130.77 | 100.47 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 82 | 0.80 | 0 | 0.56 | 0.26 | 137.88 | 0.67 | 0.44 |
| Hex | 25 | BC | 52 | 50 | 0 | 38 | 1A | 8A | 43 | 2C |
| Octal | 45 | 274 | 122 | 120 | 0 | 70 | 32 | 212 | 103 | 54 |
| Binary | 100101 | 10111100 | 1010010 | 1010000 | 0 | 111000 | 11010 | 10001010 | 1000011 | 101100 |
Color Harmonies of #25BC52
Complementary color
Monochromatic Colors of #25BC52
Black with #25BC52
Text Example
Text Example
White with #25BC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BC52; }
p { color: rgb(37,188,82); }
H1.HeaderClassName
{
color: #25BC52;
}
.AnyTagClassName
{
color: #25BC52;
}
</style>
background-color css
<style>
a { background-color: #25BC52; }
a { background-color: rgb(37,188,82); }
div.DivClassName
{
background-color: #25BC52;
}
.BgClassName
{
background-color: #25BC52;
}
</style>
border-color css
<style>
span { border-color: #25BC52; }
span { border-color: rgb(37,188,82); }
td.TdClassName
{
border-color: #25BC52;
}
.TagClassName
{
border-color: #25BC52;
}
</style>