Shades of Mountain Meadow #25BA7C
Tints of Mountain Meadow #25BA7C
RGB
CMYK
RGB Variations
Color information
#25BA7C (or 0x25BA7C) is known color: Mountain Meadow. HEX triplet: 25, BA and 7C. RGB value is (37,186,124). Sum of RGB (Red+Green+Blue) = 37+186+124=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BA7C is #DA4583. Grayscale: #868686. Windows color (decimal): -14304644 or 8174117. OLE color: 8174117.
HSL color Cylindrical-coordinate representation of color #25BA7C: hue angle of 155.03º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BA7C is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 124 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.27 |
| HSL | 155.03º | 0.67% | 0.44% | - |
| HSV(B) | 155.03º | 0.8% | 0.73% | - |
| XYZ | 21.96 | 36.97 | 25.05 | - |
| YUV | 134.38 | 122.14 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 124 | 0.80 | 0 | 0.33 | 0.27 | 155.03 | 0.67 | 0.44 |
| Hex | 25 | BA | 7C | 50 | 0 | 21 | 1B | 9B | 43 | 2C |
| Octal | 45 | 272 | 174 | 120 | 0 | 41 | 33 | 233 | 103 | 54 |
| Binary | 100101 | 10111010 | 1111100 | 1010000 | 0 | 100001 | 11011 | 10011011 | 1000011 | 101100 |
Color Harmonies of #25BA7C
Complementary color
Monochromatic Colors of #25BA7C
Black with #25BA7C
Text Example
Text Example
White with #25BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA7C; }
p { color: rgb(37,186,124); }
H1.HeaderClassName
{
color: #25BA7C;
}
.AnyTagClassName
{
color: #25BA7C;
}
</style>
background-color css
<style>
a { background-color: #25BA7C; }
a { background-color: rgb(37,186,124); }
div.DivClassName
{
background-color: #25BA7C;
}
.BgClassName
{
background-color: #25BA7C;
}
</style>
border-color css
<style>
span { border-color: #25BA7C; }
span { border-color: rgb(37,186,124); }
td.TdClassName
{
border-color: #25BA7C;
}
.TagClassName
{
border-color: #25BA7C;
}
</style>