Shades of Mountain Meadow #25C885
Tints of Mountain Meadow #25C885
RGB
CMYK
RGB Variations
Color information
#25C885 (or 0x25C885) is known color: Mountain Meadow. HEX triplet: 25, C8 and 85. RGB value is (37,200,133). Sum of RGB (Red+Green+Blue) = 37+200+133=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #25C885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C885 is #DA377A. Grayscale: #8F8F8F. Windows color (decimal): -14301051 or 8767525. OLE color: 8767525.
HSL color Cylindrical-coordinate representation of color #25C885: hue angle of 155.34º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C885 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 200 | 133 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.22 |
| HSL | 155.34º | 0.69% | 0.46% | - |
| HSV(B) | 155.34º | 0.82% | 0.78% | - |
| XYZ | 25.65 | 43.4 | 29.21 | - |
| YUV | 143.63 | 122 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 200 | 133 | 0.82 | 0 | 0.34 | 0.22 | 155.34 | 0.69 | 0.46 |
| Hex | 25 | C8 | 85 | 52 | 0 | 22 | 16 | 9B | 45 | 2E |
| Octal | 45 | 310 | 205 | 122 | 0 | 42 | 26 | 233 | 105 | 56 |
| Binary | 100101 | 11001000 | 10000101 | 1010010 | 0 | 100010 | 10110 | 10011011 | 1000101 | 101110 |
Color Harmonies of #25C885
Complementary color
Monochromatic Colors of #25C885
Black with #25C885
Text Example
Text Example
White with #25C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C885; }
p { color: rgb(37,200,133); }
H1.HeaderClassName
{
color: #25C885;
}
.AnyTagClassName
{
color: #25C885;
}
</style>
background-color css
<style>
a { background-color: #25C885; }
a { background-color: rgb(37,200,133); }
div.DivClassName
{
background-color: #25C885;
}
.BgClassName
{
background-color: #25C885;
}
</style>
border-color css
<style>
span { border-color: #25C885; }
span { border-color: rgb(37,200,133); }
td.TdClassName
{
border-color: #25C885;
}
.TagClassName
{
border-color: #25C885;
}
</style>