Shades of Mountain Meadow #25BC76
Tints of Mountain Meadow #25BC76
RGB
CMYK
RGB Variations
Color information
#25BC76 (or 0x25BC76) is known color: Mountain Meadow. HEX triplet: 25, BC and 76. RGB value is (37,188,118). Sum of RGB (Red+Green+Blue) = 37+188+118=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BC76 is #DA4389. Grayscale: #868686. Windows color (decimal): -14304138 or 7781413. OLE color: 7781413.
HSL color Cylindrical-coordinate representation of color #25BC76: hue angle of 152.19º 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 #25BC76 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 118 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.26 |
| HSL | 152.19º | 0.67% | 0.44% | - |
| HSV(B) | 152.19º | 0.8% | 0.74% | - |
| XYZ | 22.02 | 37.67 | 23.25 | - |
| YUV | 134.87 | 118.47 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 118 | 0.80 | 0 | 0.37 | 0.26 | 152.19 | 0.67 | 0.44 |
| Hex | 25 | BC | 76 | 50 | 0 | 25 | 1A | 98 | 43 | 2C |
| Octal | 45 | 274 | 166 | 120 | 0 | 45 | 32 | 230 | 103 | 54 |
| Binary | 100101 | 10111100 | 1110110 | 1010000 | 0 | 100101 | 11010 | 10011000 | 1000011 | 101100 |
Color Harmonies of #25BC76
Complementary color
Monochromatic Colors of #25BC76
Black with #25BC76
Text Example
Text Example
White with #25BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BC76; }
p { color: rgb(37,188,118); }
H1.HeaderClassName
{
color: #25BC76;
}
.AnyTagClassName
{
color: #25BC76;
}
</style>
background-color css
<style>
a { background-color: #25BC76; }
a { background-color: rgb(37,188,118); }
div.DivClassName
{
background-color: #25BC76;
}
.BgClassName
{
background-color: #25BC76;
}
</style>
border-color css
<style>
span { border-color: #25BC76; }
span { border-color: rgb(37,188,118); }
td.TdClassName
{
border-color: #25BC76;
}
.TagClassName
{
border-color: #25BC76;
}
</style>