Shades of Mountain Meadow #00BC7F
Tints of Mountain Meadow #00BC7F
RGB
CMYK
RGB Variations
Color information
#00BC7F (or 0x00BC7F) is known color: Mountain Meadow. HEX triplet: 00, BC and 7F. RGB value is (0,188,127). Sum of RGB (Red+Green+Blue) = 0+188+127=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BC7F is #FF4380. Grayscale: #7C7C7C. Windows color (decimal): -16728961 or 8371200. OLE color: 8371200.
HSL color Cylindrical-coordinate representation of color #00BC7F: hue angle of 160.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BC7F is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 127 | - |
| CMYK | 1 | 0 | 0.32 | 0.26 |
| HSL | 160.53º | 1% | 0.37% | - |
| HSV(B) | 160.53º | 1% | 0.74% | - |
| XYZ | 21.81 | 37.5 | 26.17 | - |
| YUV | 124.83 | 129.22 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 127 | 1 | 0 | 0.32 | 0.26 | 160.53 | 1 | 0.37 |
| Hex | 0 | BC | 7F | 64 | 0 | 20 | 1A | A1 | 64 | 25 |
| Octal | 0 | 274 | 177 | 144 | 0 | 40 | 32 | 241 | 144 | 45 |
| Binary | 0 | 10111100 | 1111111 | 1100100 | 0 | 100000 | 11010 | 10100001 | 1100100 | 100101 |
Color Harmonies of #00BC7F
Complementary color
Monochromatic Colors of #00BC7F
Black with #00BC7F
Text Example
Text Example
White with #00BC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC7F; }
p { color: rgb(0,188,127); }
H1.HeaderClassName
{
color: #00BC7F;
}
.AnyTagClassName
{
color: #00BC7F;
}
</style>
background-color css
<style>
a { background-color: #00BC7F; }
a { background-color: rgb(0,188,127); }
div.DivClassName
{
background-color: #00BC7F;
}
.BgClassName
{
background-color: #00BC7F;
}
</style>
border-color css
<style>
span { border-color: #00BC7F; }
span { border-color: rgb(0,188,127); }
td.TdClassName
{
border-color: #00BC7F;
}
.TagClassName
{
border-color: #00BC7F;
}
</style>