Shades of Mountain Meadow #25BB89
Tints of Mountain Meadow #25BB89
RGB
CMYK
RGB Variations
Color information
#25BB89 (or 0x25BB89) is known color: Mountain Meadow. HEX triplet: 25, BB and 89. RGB value is (37,187,137). Sum of RGB (Red+Green+Blue) = 37+187+137=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #25BB89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BB89 is #DA4476. Grayscale: #888888. Windows color (decimal): -14304375 or 9026341. OLE color: 9026341.
HSL color Cylindrical-coordinate representation of color #25BB89: hue angle of 160º 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 #25BB89 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 187 | 137 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.27 |
| HSL | 160º | 0.67% | 0.44% | - |
| HSV(B) | 160º | 0.8% | 0.73% | - |
| XYZ | 23.05 | 37.74 | 29.74 | - |
| YUV | 136.45 | 128.31 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 187 | 137 | 0.80 | 0 | 0.27 | 0.27 | 160 | 0.67 | 0.44 |
| Hex | 25 | BB | 89 | 50 | 0 | 1B | 1B | A0 | 43 | 2C |
| Octal | 45 | 273 | 211 | 120 | 0 | 33 | 33 | 240 | 103 | 54 |
| Binary | 100101 | 10111011 | 10001001 | 1010000 | 0 | 11011 | 11011 | 10100000 | 1000011 | 101100 |
Color Harmonies of #25BB89
Complementary color
Monochromatic Colors of #25BB89
Black with #25BB89
Text Example
Text Example
White with #25BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BB89; }
p { color: rgb(37,187,137); }
H1.HeaderClassName
{
color: #25BB89;
}
.AnyTagClassName
{
color: #25BB89;
}
</style>
background-color css
<style>
a { background-color: #25BB89; }
a { background-color: rgb(37,187,137); }
div.DivClassName
{
background-color: #25BB89;
}
.BgClassName
{
background-color: #25BB89;
}
</style>
border-color css
<style>
span { border-color: #25BB89; }
span { border-color: rgb(37,187,137); }
td.TdClassName
{
border-color: #25BB89;
}
.TagClassName
{
border-color: #25BB89;
}
</style>