Shades of Mountain Meadow #25BA7D
Tints of Mountain Meadow #25BA7D
RGB
CMYK
RGB Variations
Color information
#25BA7D (or 0x25BA7D) is known color: Mountain Meadow. HEX triplet: 25, BA and 7D. RGB value is (37,186,125). Sum of RGB (Red+Green+Blue) = 37+186+125=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BA7D is #DA4582. Grayscale: #868686. Windows color (decimal): -14304643 or 8239653. OLE color: 8239653.
HSL color Cylindrical-coordinate representation of color #25BA7D: hue angle of 155.44º 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 #25BA7D is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 125 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.27 |
| HSL | 155.44º | 0.67% | 0.44% | - |
| HSV(B) | 155.44º | 0.8% | 0.73% | - |
| XYZ | 22.02 | 36.99 | 25.38 | - |
| YUV | 134.5 | 122.64 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 125 | 0.80 | 0 | 0.33 | 0.27 | 155.44 | 0.67 | 0.44 |
| Hex | 25 | BA | 7D | 50 | 0 | 21 | 1B | 9B | 43 | 2C |
| Octal | 45 | 272 | 175 | 120 | 0 | 41 | 33 | 233 | 103 | 54 |
| Binary | 100101 | 10111010 | 1111101 | 1010000 | 0 | 100001 | 11011 | 10011011 | 1000011 | 101100 |
Color Harmonies of #25BA7D
Complementary color
Monochromatic Colors of #25BA7D
Black with #25BA7D
Text Example
Text Example
White with #25BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA7D; }
p { color: rgb(37,186,125); }
H1.HeaderClassName
{
color: #25BA7D;
}
.AnyTagClassName
{
color: #25BA7D;
}
</style>
background-color css
<style>
a { background-color: #25BA7D; }
a { background-color: rgb(37,186,125); }
div.DivClassName
{
background-color: #25BA7D;
}
.BgClassName
{
background-color: #25BA7D;
}
</style>
border-color css
<style>
span { border-color: #25BA7D; }
span { border-color: rgb(37,186,125); }
td.TdClassName
{
border-color: #25BA7D;
}
.TagClassName
{
border-color: #25BA7D;
}
</style>