Shades of Mountain Meadow #25BF7D
Tints of Mountain Meadow #25BF7D
RGB
CMYK
RGB Variations
Color information
#25BF7D (or 0x25BF7D) is known color: Mountain Meadow. HEX triplet: 25, BF and 7D. RGB value is (37,191,125). Sum of RGB (Red+Green+Blue) = 37+191+125=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #25BF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BF7D is #DA4082. Grayscale: #898989. Windows color (decimal): -14303363 or 8240933. OLE color: 8240933.
HSL color Cylindrical-coordinate representation of color #25BF7D: hue angle of 154.29º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BF7D is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 191 | 125 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.25 |
| HSL | 154.29º | 0.68% | 0.45% | - |
| HSV(B) | 154.29º | 0.81% | 0.75% | - |
| XYZ | 23.1 | 39.14 | 25.74 | - |
| YUV | 137.43 | 120.98 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 191 | 125 | 0.81 | 0 | 0.35 | 0.25 | 154.29 | 0.68 | 0.45 |
| Hex | 25 | BF | 7D | 51 | 0 | 23 | 19 | 9A | 44 | 2D |
| Octal | 45 | 277 | 175 | 121 | 0 | 43 | 31 | 232 | 104 | 55 |
| Binary | 100101 | 10111111 | 1111101 | 1010001 | 0 | 100011 | 11001 | 10011010 | 1000100 | 101101 |
Color Harmonies of #25BF7D
Complementary color
Monochromatic Colors of #25BF7D
Black with #25BF7D
Text Example
Text Example
White with #25BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BF7D; }
p { color: rgb(37,191,125); }
H1.HeaderClassName
{
color: #25BF7D;
}
.AnyTagClassName
{
color: #25BF7D;
}
</style>
background-color css
<style>
a { background-color: #25BF7D; }
a { background-color: rgb(37,191,125); }
div.DivClassName
{
background-color: #25BF7D;
}
.BgClassName
{
background-color: #25BF7D;
}
</style>
border-color css
<style>
span { border-color: #25BF7D; }
span { border-color: rgb(37,191,125); }
td.TdClassName
{
border-color: #25BF7D;
}
.TagClassName
{
border-color: #25BF7D;
}
</style>