Shades of Mountain Meadow #25BD7B
Tints of Mountain Meadow #25BD7B
RGB
CMYK
RGB Variations
Color information
#25BD7B (or 0x25BD7B) is known color: Mountain Meadow. HEX triplet: 25, BD and 7B. RGB value is (37,189,123). Sum of RGB (Red+Green+Blue) = 37+189+123=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #25BD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BD7B is #DA4284. Grayscale: #888888. Windows color (decimal): -14303877 or 8109349. OLE color: 8109349.
HSL color Cylindrical-coordinate representation of color #25BD7B: hue angle of 153.95º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BD7B is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 189 | 123 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.26 |
| HSL | 153.95º | 0.67% | 0.44% | - |
| HSV(B) | 153.95º | 0.8% | 0.74% | - |
| XYZ | 22.54 | 38.22 | 24.93 | - |
| YUV | 136.03 | 120.64 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 189 | 123 | 0.80 | 0 | 0.35 | 0.26 | 153.95 | 0.67 | 0.44 |
| Hex | 25 | BD | 7B | 50 | 0 | 23 | 1A | 9A | 43 | 2C |
| Octal | 45 | 275 | 173 | 120 | 0 | 43 | 32 | 232 | 103 | 54 |
| Binary | 100101 | 10111101 | 1111011 | 1010000 | 0 | 100011 | 11010 | 10011010 | 1000011 | 101100 |
Color Harmonies of #25BD7B
Complementary color
Monochromatic Colors of #25BD7B
Black with #25BD7B
Text Example
Text Example
White with #25BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BD7B; }
p { color: rgb(37,189,123); }
H1.HeaderClassName
{
color: #25BD7B;
}
.AnyTagClassName
{
color: #25BD7B;
}
</style>
background-color css
<style>
a { background-color: #25BD7B; }
a { background-color: rgb(37,189,123); }
div.DivClassName
{
background-color: #25BD7B;
}
.BgClassName
{
background-color: #25BD7B;
}
</style>
border-color css
<style>
span { border-color: #25BD7B; }
span { border-color: rgb(37,189,123); }
td.TdClassName
{
border-color: #25BD7B;
}
.TagClassName
{
border-color: #25BD7B;
}
</style>