Shades of Mountain Meadow #25BC8C
Tints of Mountain Meadow #25BC8C
RGB
CMYK
RGB Variations
Color information
#25BC8C (or 0x25BC8C) is known color: Mountain Meadow. HEX triplet: 25, BC and 8C. RGB value is (37,188,140). Sum of RGB (Red+Green+Blue) = 37+188+140=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BC8C is #DA4373. Grayscale: #898989. Windows color (decimal): -14304116 or 9223205. OLE color: 9223205.
HSL color Cylindrical-coordinate representation of color #25BC8C: hue angle of 160.93º 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 #25BC8C is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 140 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.26 |
| HSL | 160.93º | 0.67% | 0.44% | - |
| HSV(B) | 160.93º | 0.8% | 0.74% | - |
| XYZ | 23.48 | 38.25 | 30.96 | - |
| YUV | 137.38 | 129.47 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 140 | 0.80 | 0 | 0.26 | 0.26 | 160.93 | 0.67 | 0.44 |
| Hex | 25 | BC | 8C | 50 | 0 | 1A | 1A | A1 | 43 | 2C |
| Octal | 45 | 274 | 214 | 120 | 0 | 32 | 32 | 241 | 103 | 54 |
| Binary | 100101 | 10111100 | 10001100 | 1010000 | 0 | 11010 | 11010 | 10100001 | 1000011 | 101100 |
Color Harmonies of #25BC8C
Complementary color
Monochromatic Colors of #25BC8C
Black with #25BC8C
Text Example
Text Example
White with #25BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BC8C; }
p { color: rgb(37,188,140); }
H1.HeaderClassName
{
color: #25BC8C;
}
.AnyTagClassName
{
color: #25BC8C;
}
</style>
background-color css
<style>
a { background-color: #25BC8C; }
a { background-color: rgb(37,188,140); }
div.DivClassName
{
background-color: #25BC8C;
}
.BgClassName
{
background-color: #25BC8C;
}
</style>
border-color css
<style>
span { border-color: #25BC8C; }
span { border-color: rgb(37,188,140); }
td.TdClassName
{
border-color: #25BC8C;
}
.TagClassName
{
border-color: #25BC8C;
}
</style>