Shades of Mountain Meadow #25BC80
Tints of Mountain Meadow #25BC80
RGB
CMYK
RGB Variations
Color information
#25BC80 (or 0x25BC80) is known color: Mountain Meadow. HEX triplet: 25, BC and 80. RGB value is (37,188,128). Sum of RGB (Red+Green+Blue) = 37+188+128=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BC80 is #DA437F. Grayscale: #888888. Windows color (decimal): -14304128 or 8436773. OLE color: 8436773.
HSL color Cylindrical-coordinate representation of color #25BC80: hue angle of 156.16º 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 #25BC80 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 128 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.26 |
| HSL | 156.16º | 0.67% | 0.44% | - |
| HSV(B) | 156.16º | 0.8% | 0.74% | - |
| XYZ | 22.64 | 37.92 | 26.55 | - |
| YUV | 136.01 | 123.47 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 128 | 0.80 | 0 | 0.32 | 0.26 | 156.16 | 0.67 | 0.44 |
| Hex | 25 | BC | 80 | 50 | 0 | 20 | 1A | 9C | 43 | 2C |
| Octal | 45 | 274 | 200 | 120 | 0 | 40 | 32 | 234 | 103 | 54 |
| Binary | 100101 | 10111100 | 10000000 | 1010000 | 0 | 100000 | 11010 | 10011100 | 1000011 | 101100 |
Color Harmonies of #25BC80
Complementary color
Monochromatic Colors of #25BC80
Black with #25BC80
Text Example
Text Example
White with #25BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BC80; }
p { color: rgb(37,188,128); }
H1.HeaderClassName
{
color: #25BC80;
}
.AnyTagClassName
{
color: #25BC80;
}
</style>
background-color css
<style>
a { background-color: #25BC80; }
a { background-color: rgb(37,188,128); }
div.DivClassName
{
background-color: #25BC80;
}
.BgClassName
{
background-color: #25BC80;
}
</style>
border-color css
<style>
span { border-color: #25BC80; }
span { border-color: rgb(37,188,128); }
td.TdClassName
{
border-color: #25BC80;
}
.TagClassName
{
border-color: #25BC80;
}
</style>