Shades of Mountain Meadow #25BC93
Tints of Mountain Meadow #25BC93
RGB
CMYK
RGB Variations
Color information
#25BC93 (or 0x25BC93) is known color: Mountain Meadow. HEX triplet: 25, BC and 93. RGB value is (37,188,147). Sum of RGB (Red+Green+Blue) = 37+188+147=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BC93 is #DA436C. Grayscale: #8A8A8A. Windows color (decimal): -14304109 or 9681957. OLE color: 9681957.
HSL color Cylindrical-coordinate representation of color #25BC93: hue angle of 163.71º 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 #25BC93 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 147 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.26 |
| HSL | 163.71º | 0.67% | 0.44% | - |
| HSV(B) | 163.71º | 0.8% | 0.74% | - |
| XYZ | 24.01 | 38.47 | 33.76 | - |
| YUV | 138.18 | 132.97 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 147 | 0.80 | 0 | 0.22 | 0.26 | 163.71 | 0.67 | 0.44 |
| Hex | 25 | BC | 93 | 50 | 0 | 16 | 1A | A4 | 43 | 2C |
| Octal | 45 | 274 | 223 | 120 | 0 | 26 | 32 | 244 | 103 | 54 |
| Binary | 100101 | 10111100 | 10010011 | 1010000 | 0 | 10110 | 11010 | 10100100 | 1000011 | 101100 |
Color Harmonies of #25BC93
Complementary color
Monochromatic Colors of #25BC93
Black with #25BC93
Text Example
Text Example
White with #25BC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BC93; }
p { color: rgb(37,188,147); }
H1.HeaderClassName
{
color: #25BC93;
}
.AnyTagClassName
{
color: #25BC93;
}
</style>
background-color css
<style>
a { background-color: #25BC93; }
a { background-color: rgb(37,188,147); }
div.DivClassName
{
background-color: #25BC93;
}
.BgClassName
{
background-color: #25BC93;
}
</style>
border-color css
<style>
span { border-color: #25BC93; }
span { border-color: rgb(37,188,147); }
td.TdClassName
{
border-color: #25BC93;
}
.TagClassName
{
border-color: #25BC93;
}
</style>