Shades of Mountain Meadow #25B47A
Tints of Mountain Meadow #25B47A
RGB
CMYK
RGB Variations
Color information
#25B47A (or 0x25B47A) is known color: Mountain Meadow. HEX triplet: 25, B4 and 7A. RGB value is (37,180,122). Sum of RGB (Red+Green+Blue) = 37+180+122=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #25B47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25B47A is #DA4B85. Grayscale: #828282. Windows color (decimal): -14306182 or 8041509. OLE color: 8041509.
HSL color Cylindrical-coordinate representation of color #25B47A: hue angle of 155.66º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B47A is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 180 | 122 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.29 |
| HSL | 155.66º | 0.66% | 0.43% | - |
| HSV(B) | 155.66º | 0.79% | 0.71% | - |
| XYZ | 20.6 | 34.44 | 23.97 | - |
| YUV | 130.63 | 123.12 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 180 | 122 | 0.79 | 0 | 0.32 | 0.29 | 155.66 | 0.66 | 0.43 |
| Hex | 25 | B4 | 7A | 4F | 0 | 20 | 1D | 9C | 42 | 2B |
| Octal | 45 | 264 | 172 | 117 | 0 | 40 | 35 | 234 | 102 | 53 |
| Binary | 100101 | 10110100 | 1111010 | 1001111 | 0 | 100000 | 11101 | 10011100 | 1000010 | 101011 |
Color Harmonies of #25B47A
Complementary color
Monochromatic Colors of #25B47A
Black with #25B47A
Text Example
Text Example
White with #25B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B47A; }
p { color: rgb(37,180,122); }
H1.HeaderClassName
{
color: #25B47A;
}
.AnyTagClassName
{
color: #25B47A;
}
</style>
background-color css
<style>
a { background-color: #25B47A; }
a { background-color: rgb(37,180,122); }
div.DivClassName
{
background-color: #25B47A;
}
.BgClassName
{
background-color: #25B47A;
}
</style>
border-color css
<style>
span { border-color: #25B47A; }
span { border-color: rgb(37,180,122); }
td.TdClassName
{
border-color: #25B47A;
}
.TagClassName
{
border-color: #25B47A;
}
</style>