Shades of Mountain Meadow #1BD182
Tints of Mountain Meadow #1BD182
RGB
CMYK
RGB Variations
Color information
#1BD182 (or 0x1BD182) is known color: Mountain Meadow. HEX triplet: 1B, D1 and 82. RGB value is (27,209,130). Sum of RGB (Red+Green+Blue) = 27+209+130=366 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.38% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #1BD182 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BD182 is #E42E7D. Grayscale: #919191. Windows color (decimal): -14954110 or 8573211. OLE color: 8573211.
HSL color Cylindrical-coordinate representation of color #1BD182: hue angle of 153.96º 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 #1BD182 is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 209 | 130 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.18 |
| HSL | 153.96º | 0.77% | 0.46% | - |
| HSV(B) | 153.96º | 0.87% | 0.82% | - |
| XYZ | 27.28 | 47.45 | 28.84 | - |
| YUV | 145.58 | 119.2 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 209 | 130 | 0.87 | 0 | 0.38 | 0.18 | 153.96 | 0.77 | 0.46 |
| Hex | 1B | D1 | 82 | 57 | 0 | 26 | 12 | 9A | 4D | 2E |
| Octal | 33 | 321 | 202 | 127 | 0 | 46 | 22 | 232 | 115 | 56 |
| Binary | 11011 | 11010001 | 10000010 | 1010111 | 0 | 100110 | 10010 | 10011010 | 1001101 | 101110 |
Color Harmonies of #1BD182
Complementary color
Monochromatic Colors of #1BD182
Black with #1BD182
Text Example
Text Example
White with #1BD182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD182; }
p { color: rgb(27,209,130); }
H1.HeaderClassName
{
color: #1BD182;
}
.AnyTagClassName
{
color: #1BD182;
}
</style>
background-color css
<style>
a { background-color: #1BD182; }
a { background-color: rgb(27,209,130); }
div.DivClassName
{
background-color: #1BD182;
}
.BgClassName
{
background-color: #1BD182;
}
</style>
border-color css
<style>
span { border-color: #1BD182; }
span { border-color: rgb(27,209,130); }
td.TdClassName
{
border-color: #1BD182;
}
.TagClassName
{
border-color: #1BD182;
}
</style>