Shades of Mountain Meadow #25BA82
Tints of Mountain Meadow #25BA82
RGB
CMYK
RGB Variations
Color information
#25BA82 (or 0x25BA82) is known color: Mountain Meadow. HEX triplet: 25, BA and 82. RGB value is (37,186,130). Sum of RGB (Red+Green+Blue) = 37+186+130=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BA82 is #DA457D. Grayscale: #878787. Windows color (decimal): -14304638 or 8567333. OLE color: 8567333.
HSL color Cylindrical-coordinate representation of color #25BA82: hue angle of 157.45º 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 #25BA82 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 130 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.27 |
| HSL | 157.45º | 0.67% | 0.44% | - |
| HSV(B) | 157.45º | 0.8% | 0.73% | - |
| XYZ | 22.35 | 37.12 | 27.11 | - |
| YUV | 135.07 | 125.14 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 130 | 0.80 | 0 | 0.30 | 0.27 | 157.45 | 0.67 | 0.44 |
| Hex | 25 | BA | 82 | 50 | 0 | 1E | 1B | 9D | 43 | 2C |
| Octal | 45 | 272 | 202 | 120 | 0 | 36 | 33 | 235 | 103 | 54 |
| Binary | 100101 | 10111010 | 10000010 | 1010000 | 0 | 11110 | 11011 | 10011101 | 1000011 | 101100 |
Color Harmonies of #25BA82
Complementary color
Monochromatic Colors of #25BA82
Black with #25BA82
Text Example
Text Example
White with #25BA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA82; }
p { color: rgb(37,186,130); }
H1.HeaderClassName
{
color: #25BA82;
}
.AnyTagClassName
{
color: #25BA82;
}
</style>
background-color css
<style>
a { background-color: #25BA82; }
a { background-color: rgb(37,186,130); }
div.DivClassName
{
background-color: #25BA82;
}
.BgClassName
{
background-color: #25BA82;
}
</style>
border-color css
<style>
span { border-color: #25BA82; }
span { border-color: rgb(37,186,130); }
td.TdClassName
{
border-color: #25BA82;
}
.TagClassName
{
border-color: #25BA82;
}
</style>