Shades of Mountain Meadow #25C07E
Tints of Mountain Meadow #25C07E
RGB
CMYK
RGB Variations
Color information
#25C07E (or 0x25C07E) is known color: Mountain Meadow. HEX triplet: 25, C0 and 7E. RGB value is (37,192,126). Sum of RGB (Red+Green+Blue) = 37+192+126=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #25C07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25C07E is #DA3F81. Grayscale: #8A8A8A. Windows color (decimal): -14303106 or 8306725. OLE color: 8306725.
HSL color Cylindrical-coordinate representation of color #25C07E: hue angle of 154.45º 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 #25C07E is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 192 | 126 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.25 |
| HSL | 154.45º | 0.68% | 0.45% | - |
| HSV(B) | 154.45º | 0.81% | 0.75% | - |
| XYZ | 23.38 | 39.6 | 26.15 | - |
| YUV | 138.13 | 121.15 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 192 | 126 | 0.81 | 0 | 0.34 | 0.25 | 154.45 | 0.68 | 0.45 |
| Hex | 25 | C0 | 7E | 51 | 0 | 22 | 19 | 9A | 44 | 2D |
| Octal | 45 | 300 | 176 | 121 | 0 | 42 | 31 | 232 | 104 | 55 |
| Binary | 100101 | 11000000 | 1111110 | 1010001 | 0 | 100010 | 11001 | 10011010 | 1000100 | 101101 |
Color Harmonies of #25C07E
Complementary color
Monochromatic Colors of #25C07E
Black with #25C07E
Text Example
Text Example
White with #25C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C07E; }
p { color: rgb(37,192,126); }
H1.HeaderClassName
{
color: #25C07E;
}
.AnyTagClassName
{
color: #25C07E;
}
</style>
background-color css
<style>
a { background-color: #25C07E; }
a { background-color: rgb(37,192,126); }
div.DivClassName
{
background-color: #25C07E;
}
.BgClassName
{
background-color: #25C07E;
}
</style>
border-color css
<style>
span { border-color: #25C07E; }
span { border-color: rgb(37,192,126); }
td.TdClassName
{
border-color: #25C07E;
}
.TagClassName
{
border-color: #25C07E;
}
</style>