Shades of Mountain Meadow #25BA76
Tints of Mountain Meadow #25BA76
RGB
CMYK
RGB Variations
Color information
#25BA76 (or 0x25BA76) is known color: Mountain Meadow. HEX triplet: 25, BA and 76. RGB value is (37,186,118). Sum of RGB (Red+Green+Blue) = 37+186+118=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BA76 is #DA4589. Grayscale: #858585. Windows color (decimal): -14304650 or 7780901. OLE color: 7780901.
HSL color Cylindrical-coordinate representation of color #25BA76: hue angle of 152.62º 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 #25BA76 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 118 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.27 |
| HSL | 152.62º | 0.67% | 0.44% | - |
| HSV(B) | 152.62º | 0.8% | 0.73% | - |
| XYZ | 21.59 | 36.82 | 23.11 | - |
| YUV | 133.7 | 119.14 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 118 | 0.80 | 0 | 0.37 | 0.27 | 152.62 | 0.67 | 0.44 |
| Hex | 25 | BA | 76 | 50 | 0 | 25 | 1B | 99 | 43 | 2C |
| Octal | 45 | 272 | 166 | 120 | 0 | 45 | 33 | 231 | 103 | 54 |
| Binary | 100101 | 10111010 | 1110110 | 1010000 | 0 | 100101 | 11011 | 10011001 | 1000011 | 101100 |
Color Harmonies of #25BA76
Complementary color
Monochromatic Colors of #25BA76
Black with #25BA76
Text Example
Text Example
White with #25BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA76; }
p { color: rgb(37,186,118); }
H1.HeaderClassName
{
color: #25BA76;
}
.AnyTagClassName
{
color: #25BA76;
}
</style>
background-color css
<style>
a { background-color: #25BA76; }
a { background-color: rgb(37,186,118); }
div.DivClassName
{
background-color: #25BA76;
}
.BgClassName
{
background-color: #25BA76;
}
</style>
border-color css
<style>
span { border-color: #25BA76; }
span { border-color: rgb(37,186,118); }
td.TdClassName
{
border-color: #25BA76;
}
.TagClassName
{
border-color: #25BA76;
}
</style>