Shades of Mountain Meadow #25BD8E
Tints of Mountain Meadow #25BD8E
RGB
CMYK
RGB Variations
Color information
#25BD8E (or 0x25BD8E) is known color: Mountain Meadow. HEX triplet: 25, BD and 8E. RGB value is (37,189,142). Sum of RGB (Red+Green+Blue) = 37+189+142=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #25BD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BD8E is #DA4271. Grayscale: #8A8A8A. Windows color (decimal): -14303858 or 9354533. OLE color: 9354533.
HSL color Cylindrical-coordinate representation of color #25BD8E: hue angle of 161.45º 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 #25BD8E is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 189 | 142 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.26 |
| HSL | 161.45º | 0.67% | 0.44% | - |
| HSV(B) | 161.45º | 0.8% | 0.74% | - |
| XYZ | 23.84 | 38.74 | 31.81 | - |
| YUV | 138.19 | 130.14 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 189 | 142 | 0.80 | 0 | 0.25 | 0.26 | 161.45 | 0.67 | 0.44 |
| Hex | 25 | BD | 8E | 50 | 0 | 19 | 1A | A1 | 43 | 2C |
| Octal | 45 | 275 | 216 | 120 | 0 | 31 | 32 | 241 | 103 | 54 |
| Binary | 100101 | 10111101 | 10001110 | 1010000 | 0 | 11001 | 11010 | 10100001 | 1000011 | 101100 |
Color Harmonies of #25BD8E
Complementary color
Monochromatic Colors of #25BD8E
Black with #25BD8E
Text Example
Text Example
White with #25BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BD8E; }
p { color: rgb(37,189,142); }
H1.HeaderClassName
{
color: #25BD8E;
}
.AnyTagClassName
{
color: #25BD8E;
}
</style>
background-color css
<style>
a { background-color: #25BD8E; }
a { background-color: rgb(37,189,142); }
div.DivClassName
{
background-color: #25BD8E;
}
.BgClassName
{
background-color: #25BD8E;
}
</style>
border-color css
<style>
span { border-color: #25BD8E; }
span { border-color: rgb(37,189,142); }
td.TdClassName
{
border-color: #25BD8E;
}
.TagClassName
{
border-color: #25BD8E;
}
</style>