Shades of Mountain Meadow #1BCE7C
Tints of Mountain Meadow #1BCE7C
RGB
CMYK
RGB Variations
Color information
#1BCE7C (or 0x1BCE7C) is known color: Mountain Meadow. HEX triplet: 1B, CE and 7C. RGB value is (27,206,124). Sum of RGB (Red+Green+Blue) = 27+206+124=357 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.56% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #1BCE7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BCE7C is #E43183. Grayscale: #8F8F8F. Windows color (decimal): -14954884 or 8179227. OLE color: 8179227.
HSL color Cylindrical-coordinate representation of color #1BCE7C: hue angle of 152.51º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCE7C is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 206 | 124 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.19 |
| HSL | 152.51º | 0.77% | 0.46% | - |
| HSV(B) | 152.51º | 0.87% | 0.81% | - |
| XYZ | 26.16 | 45.83 | 26.54 | - |
| YUV | 143.13 | 117.2 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 124 | 0.87 | 0 | 0.40 | 0.19 | 152.51 | 0.77 | 0.46 |
| Hex | 1B | CE | 7C | 57 | 0 | 28 | 13 | 99 | 4D | 2E |
| Octal | 33 | 316 | 174 | 127 | 0 | 50 | 23 | 231 | 115 | 56 |
| Binary | 11011 | 11001110 | 1111100 | 1010111 | 0 | 101000 | 10011 | 10011001 | 1001101 | 101110 |
Color Harmonies of #1BCE7C
Complementary color
Monochromatic Colors of #1BCE7C
Black with #1BCE7C
Text Example
Text Example
White with #1BCE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCE7C; }
p { color: rgb(27,206,124); }
H1.HeaderClassName
{
color: #1BCE7C;
}
.AnyTagClassName
{
color: #1BCE7C;
}
</style>
background-color css
<style>
a { background-color: #1BCE7C; }
a { background-color: rgb(27,206,124); }
div.DivClassName
{
background-color: #1BCE7C;
}
.BgClassName
{
background-color: #1BCE7C;
}
</style>
border-color css
<style>
span { border-color: #1BCE7C; }
span { border-color: rgb(27,206,124); }
td.TdClassName
{
border-color: #1BCE7C;
}
.TagClassName
{
border-color: #1BCE7C;
}
</style>