Shades of Mountain Meadow #1BD174
Tints of Mountain Meadow #1BD174
RGB
CMYK
RGB Variations
Color information
#1BD174 (or 0x1BD174) is known color: Mountain Meadow. HEX triplet: 1B, D1 and 74. RGB value is (27,209,116). Sum of RGB (Red+Green+Blue) = 27+209+116=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 209 (82.03% from 255 or 59.38% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 209 - color contains mainly: green. Hex color #1BD174 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BD174 is #E42E8B. Grayscale: #909090. Windows color (decimal): -14954124 or 7655707. OLE color: 7655707.
HSL color Cylindrical-coordinate representation of color #1BD174: hue angle of 149.34º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD174 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 209 | 116 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.18 |
| HSL | 149.34º | 0.77% | 0.46% | - |
| HSV(B) | 149.34º | 0.87% | 0.82% | - |
| XYZ | 26.4 | 47.09 | 24.22 | - |
| YUV | 143.98 | 112.2 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 209 | 116 | 0.87 | 0 | 0.44 | 0.18 | 149.34 | 0.77 | 0.46 |
| Hex | 1B | D1 | 74 | 57 | 0 | 2C | 12 | 95 | 4D | 2E |
| Octal | 33 | 321 | 164 | 127 | 0 | 54 | 22 | 225 | 115 | 56 |
| Binary | 11011 | 11010001 | 1110100 | 1010111 | 0 | 101100 | 10010 | 10010101 | 1001101 | 101110 |
Color Harmonies of #1BD174
Complementary color
Monochromatic Colors of #1BD174
Black with #1BD174
Text Example
Text Example
White with #1BD174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD174; }
p { color: rgb(27,209,116); }
H1.HeaderClassName
{
color: #1BD174;
}
.AnyTagClassName
{
color: #1BD174;
}
</style>
background-color css
<style>
a { background-color: #1BD174; }
a { background-color: rgb(27,209,116); }
div.DivClassName
{
background-color: #1BD174;
}
.BgClassName
{
background-color: #1BD174;
}
</style>
border-color css
<style>
span { border-color: #1BD174; }
span { border-color: rgb(27,209,116); }
td.TdClassName
{
border-color: #1BD174;
}
.TagClassName
{
border-color: #1BD174;
}
</style>