Shades of Mountain Meadow #25BA84
Tints of Mountain Meadow #25BA84
RGB
CMYK
RGB Variations
Color information
#25BA84 (or 0x25BA84) is known color: Mountain Meadow. HEX triplet: 25, BA and 84. RGB value is (37,186,132). Sum of RGB (Red+Green+Blue) = 37+186+132=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BA84 is #DA457B. Grayscale: #878787. Windows color (decimal): -14304636 or 8698405. OLE color: 8698405.
HSL color Cylindrical-coordinate representation of color #25BA84: hue angle of 158.26º 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 #25BA84 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 132 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.27 |
| HSL | 158.26º | 0.67% | 0.44% | - |
| HSV(B) | 158.26º | 0.8% | 0.73% | - |
| XYZ | 22.49 | 37.18 | 27.82 | - |
| YUV | 135.29 | 126.14 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 132 | 0.80 | 0 | 0.29 | 0.27 | 158.26 | 0.67 | 0.44 |
| Hex | 25 | BA | 84 | 50 | 0 | 1D | 1B | 9E | 43 | 2C |
| Octal | 45 | 272 | 204 | 120 | 0 | 35 | 33 | 236 | 103 | 54 |
| Binary | 100101 | 10111010 | 10000100 | 1010000 | 0 | 11101 | 11011 | 10011110 | 1000011 | 101100 |
Color Harmonies of #25BA84
Complementary color
Monochromatic Colors of #25BA84
Black with #25BA84
Text Example
Text Example
White with #25BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA84; }
p { color: rgb(37,186,132); }
H1.HeaderClassName
{
color: #25BA84;
}
.AnyTagClassName
{
color: #25BA84;
}
</style>
background-color css
<style>
a { background-color: #25BA84; }
a { background-color: rgb(37,186,132); }
div.DivClassName
{
background-color: #25BA84;
}
.BgClassName
{
background-color: #25BA84;
}
</style>
border-color css
<style>
span { border-color: #25BA84; }
span { border-color: rgb(37,186,132); }
td.TdClassName
{
border-color: #25BA84;
}
.TagClassName
{
border-color: #25BA84;
}
</style>