Shades of Mountain Meadow #25B575
Tints of Mountain Meadow #25B575
RGB
CMYK
RGB Variations
Color information
#25B575 (or 0x25B575) is known color: Mountain Meadow. HEX triplet: 25, B5 and 75. RGB value is (37,181,117). Sum of RGB (Red+Green+Blue) = 37+181+117=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #25B575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25B575 is #DA4A8A. Grayscale: #828282. Windows color (decimal): -14305931 or 7714085. OLE color: 7714085.
HSL color Cylindrical-coordinate representation of color #25B575: hue angle of 153.33º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B575 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 181 | 117 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.29 |
| HSL | 153.33º | 0.66% | 0.43% | - |
| HSV(B) | 153.33º | 0.8% | 0.71% | - |
| XYZ | 20.5 | 34.73 | 22.45 | - |
| YUV | 130.65 | 120.29 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 181 | 117 | 0.80 | 0 | 0.35 | 0.29 | 153.33 | 0.66 | 0.43 |
| Hex | 25 | B5 | 75 | 50 | 0 | 23 | 1D | 99 | 42 | 2B |
| Octal | 45 | 265 | 165 | 120 | 0 | 43 | 35 | 231 | 102 | 53 |
| Binary | 100101 | 10110101 | 1110101 | 1010000 | 0 | 100011 | 11101 | 10011001 | 1000010 | 101011 |
Color Harmonies of #25B575
Complementary color
Monochromatic Colors of #25B575
Black with #25B575
Text Example
Text Example
White with #25B575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B575; }
p { color: rgb(37,181,117); }
H1.HeaderClassName
{
color: #25B575;
}
.AnyTagClassName
{
color: #25B575;
}
</style>
background-color css
<style>
a { background-color: #25B575; }
a { background-color: rgb(37,181,117); }
div.DivClassName
{
background-color: #25B575;
}
.BgClassName
{
background-color: #25B575;
}
</style>
border-color css
<style>
span { border-color: #25B575; }
span { border-color: rgb(37,181,117); }
td.TdClassName
{
border-color: #25B575;
}
.TagClassName
{
border-color: #25B575;
}
</style>