Shades of Mountain Meadow #25BC84
Tints of Mountain Meadow #25BC84
RGB
CMYK
RGB Variations
Color information
#25BC84 (or 0x25BC84) is known color: Mountain Meadow. HEX triplet: 25, BC and 84. RGB value is (37,188,132). Sum of RGB (Red+Green+Blue) = 37+188+132=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BC84 is #DA437B. Grayscale: #888888. Windows color (decimal): -14304124 or 8698917. OLE color: 8698917.
HSL color Cylindrical-coordinate representation of color #25BC84: hue angle of 157.75º 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 #25BC84 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 132 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.26 |
| HSL | 157.75º | 0.67% | 0.44% | - |
| HSV(B) | 157.75º | 0.8% | 0.74% | - |
| XYZ | 22.91 | 38.03 | 27.96 | - |
| YUV | 136.47 | 125.47 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 132 | 0.80 | 0 | 0.30 | 0.26 | 157.75 | 0.67 | 0.44 |
| Hex | 25 | BC | 84 | 50 | 0 | 1E | 1A | 9E | 43 | 2C |
| Octal | 45 | 274 | 204 | 120 | 0 | 36 | 32 | 236 | 103 | 54 |
| Binary | 100101 | 10111100 | 10000100 | 1010000 | 0 | 11110 | 11010 | 10011110 | 1000011 | 101100 |
Color Harmonies of #25BC84
Complementary color
Monochromatic Colors of #25BC84
Black with #25BC84
Text Example
Text Example
White with #25BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BC84; }
p { color: rgb(37,188,132); }
H1.HeaderClassName
{
color: #25BC84;
}
.AnyTagClassName
{
color: #25BC84;
}
</style>
background-color css
<style>
a { background-color: #25BC84; }
a { background-color: rgb(37,188,132); }
div.DivClassName
{
background-color: #25BC84;
}
.BgClassName
{
background-color: #25BC84;
}
</style>
border-color css
<style>
span { border-color: #25BC84; }
span { border-color: rgb(37,188,132); }
td.TdClassName
{
border-color: #25BC84;
}
.TagClassName
{
border-color: #25BC84;
}
</style>