Shades of Mountain Meadow #1BC88F
Tints of Mountain Meadow #1BC88F
RGB
CMYK
RGB Variations
Color information
#1BC88F (or 0x1BC88F) is known color: Mountain Meadow. HEX triplet: 1B, C8 and 8F. RGB value is (27,200,143). Sum of RGB (Red+Green+Blue) = 27+200+143=370 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.30% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC88F is #E43770. Grayscale: #8D8D8D. Windows color (decimal): -14956401 or 9422875. OLE color: 9422875.
HSL color Cylindrical-coordinate representation of color #1BC88F: hue angle of 160.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC88F is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 143 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.22 |
| HSL | 160.23º | 0.76% | 0.45% | - |
| HSV(B) | 160.23º | 0.87% | 0.78% | - |
| XYZ | 26.06 | 43.52 | 33.01 | - |
| YUV | 141.78 | 128.69 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 143 | 0.86 | 0 | 0.28 | 0.22 | 160.23 | 0.76 | 0.45 |
| Hex | 1B | C8 | 8F | 56 | 0 | 1C | 16 | A0 | 4C | 2D |
| Octal | 33 | 310 | 217 | 126 | 0 | 34 | 26 | 240 | 114 | 55 |
| Binary | 11011 | 11001000 | 10001111 | 1010110 | 0 | 11100 | 10110 | 10100000 | 1001100 | 101101 |
Color Harmonies of #1BC88F
Complementary color
Monochromatic Colors of #1BC88F
Black with #1BC88F
Text Example
Text Example
White with #1BC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC88F; }
p { color: rgb(27,200,143); }
H1.HeaderClassName
{
color: #1BC88F;
}
.AnyTagClassName
{
color: #1BC88F;
}
</style>
background-color css
<style>
a { background-color: #1BC88F; }
a { background-color: rgb(27,200,143); }
div.DivClassName
{
background-color: #1BC88F;
}
.BgClassName
{
background-color: #1BC88F;
}
</style>
border-color css
<style>
span { border-color: #1BC88F; }
span { border-color: rgb(27,200,143); }
td.TdClassName
{
border-color: #1BC88F;
}
.TagClassName
{
border-color: #1BC88F;
}
</style>