Shades of Mountain Meadow #1BCE7F
Tints of Mountain Meadow #1BCE7F
RGB
CMYK
RGB Variations
Color information
#1BCE7F (or 0x1BCE7F) is known color: Mountain Meadow. HEX triplet: 1B, CE and 7F. RGB value is (27,206,127). Sum of RGB (Red+Green+Blue) = 27+206+127=360 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.5% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #1BCE7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BCE7F is #E43180. Grayscale: #8F8F8F. Windows color (decimal): -14954881 or 8375835. OLE color: 8375835.
HSL color Cylindrical-coordinate representation of color #1BCE7F: hue angle of 153.52º 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 #1BCE7F is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 206 | 127 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.19 |
| HSL | 153.52º | 0.77% | 0.46% | - |
| HSV(B) | 153.52º | 0.87% | 0.81% | - |
| XYZ | 26.35 | 45.91 | 27.55 | - |
| YUV | 143.47 | 118.7 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 127 | 0.87 | 0 | 0.38 | 0.19 | 153.52 | 0.77 | 0.46 |
| Hex | 1B | CE | 7F | 57 | 0 | 26 | 13 | 9A | 4D | 2E |
| Octal | 33 | 316 | 177 | 127 | 0 | 46 | 23 | 232 | 115 | 56 |
| Binary | 11011 | 11001110 | 1111111 | 1010111 | 0 | 100110 | 10011 | 10011010 | 1001101 | 101110 |
Color Harmonies of #1BCE7F
Complementary color
Monochromatic Colors of #1BCE7F
Black with #1BCE7F
Text Example
Text Example
White with #1BCE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCE7F; }
p { color: rgb(27,206,127); }
H1.HeaderClassName
{
color: #1BCE7F;
}
.AnyTagClassName
{
color: #1BCE7F;
}
</style>
background-color css
<style>
a { background-color: #1BCE7F; }
a { background-color: rgb(27,206,127); }
div.DivClassName
{
background-color: #1BCE7F;
}
.BgClassName
{
background-color: #1BCE7F;
}
</style>
border-color css
<style>
span { border-color: #1BCE7F; }
span { border-color: rgb(27,206,127); }
td.TdClassName
{
border-color: #1BCE7F;
}
.TagClassName
{
border-color: #1BCE7F;
}
</style>