Shades of Mountain Meadow #25BC94
Tints of Mountain Meadow #25BC94
RGB
CMYK
RGB Variations
Color information
#25BC94 (or 0x25BC94) is known color: Mountain Meadow. HEX triplet: 25, BC and 94. RGB value is (37,188,148). Sum of RGB (Red+Green+Blue) = 37+188+148=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BC94 is #DA436B. Grayscale: #8A8A8A. Windows color (decimal): -14304108 or 9747493. OLE color: 9747493.
HSL color Cylindrical-coordinate representation of color #25BC94: hue angle of 164.11º 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 #25BC94 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 148 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.26 |
| HSL | 164.11º | 0.67% | 0.44% | - |
| HSV(B) | 164.11º | 0.8% | 0.74% | - |
| XYZ | 24.09 | 38.5 | 34.18 | - |
| YUV | 138.29 | 133.47 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 148 | 0.80 | 0 | 0.21 | 0.26 | 164.11 | 0.67 | 0.44 |
| Hex | 25 | BC | 94 | 50 | 0 | 15 | 1A | A4 | 43 | 2C |
| Octal | 45 | 274 | 224 | 120 | 0 | 25 | 32 | 244 | 103 | 54 |
| Binary | 100101 | 10111100 | 10010100 | 1010000 | 0 | 10101 | 11010 | 10100100 | 1000011 | 101100 |
Color Harmonies of #25BC94
Complementary color
Monochromatic Colors of #25BC94
Black with #25BC94
Text Example
Text Example
White with #25BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BC94; }
p { color: rgb(37,188,148); }
H1.HeaderClassName
{
color: #25BC94;
}
.AnyTagClassName
{
color: #25BC94;
}
</style>
background-color css
<style>
a { background-color: #25BC94; }
a { background-color: rgb(37,188,148); }
div.DivClassName
{
background-color: #25BC94;
}
.BgClassName
{
background-color: #25BC94;
}
</style>
border-color css
<style>
span { border-color: #25BC94; }
span { border-color: rgb(37,188,148); }
td.TdClassName
{
border-color: #25BC94;
}
.TagClassName
{
border-color: #25BC94;
}
</style>