Shades of Mountain Meadow #25B375
Tints of Mountain Meadow #25B375
RGB
CMYK
RGB Variations
Color information
#25B375 (or 0x25B375) is known color: Mountain Meadow. HEX triplet: 25, B3 and 75. RGB value is (37,179,117). Sum of RGB (Red+Green+Blue) = 37+179+117=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #25B375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25B375 is #DA4C8A. Grayscale: #818181. Windows color (decimal): -14306443 or 7713573. OLE color: 7713573.
HSL color Cylindrical-coordinate representation of color #25B375: hue angle of 153.8º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B375 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 179 | 117 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.30 |
| HSL | 153.8º | 0.66% | 0.42% | - |
| HSV(B) | 153.8º | 0.79% | 0.7% | - |
| XYZ | 20.09 | 33.92 | 22.32 | - |
| YUV | 129.47 | 120.96 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 179 | 117 | 0.79 | 0 | 0.35 | 0.30 | 153.8 | 0.66 | 0.42 |
| Hex | 25 | B3 | 75 | 4F | 0 | 23 | 1E | 9A | 42 | 2A |
| Octal | 45 | 263 | 165 | 117 | 0 | 43 | 36 | 232 | 102 | 52 |
| Binary | 100101 | 10110011 | 1110101 | 1001111 | 0 | 100011 | 11110 | 10011010 | 1000010 | 101010 |
Color Harmonies of #25B375
Complementary color
Monochromatic Colors of #25B375
Black with #25B375
Text Example
Text Example
White with #25B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B375; }
p { color: rgb(37,179,117); }
H1.HeaderClassName
{
color: #25B375;
}
.AnyTagClassName
{
color: #25B375;
}
</style>
background-color css
<style>
a { background-color: #25B375; }
a { background-color: rgb(37,179,117); }
div.DivClassName
{
background-color: #25B375;
}
.BgClassName
{
background-color: #25B375;
}
</style>
border-color css
<style>
span { border-color: #25B375; }
span { border-color: rgb(37,179,117); }
td.TdClassName
{
border-color: #25B375;
}
.TagClassName
{
border-color: #25B375;
}
</style>