Shades of Mountain Meadow #1BC87D
Tints of Mountain Meadow #1BC87D
RGB
CMYK
RGB Variations
Color information
#1BC87D (or 0x1BC87D) is known color: Mountain Meadow. HEX triplet: 1B, C8 and 7D. RGB value is (27,200,125). Sum of RGB (Red+Green+Blue) = 27+200+125=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC87D is #E43782. Grayscale: #8B8B8B. Windows color (decimal): -14956419 or 8243227. OLE color: 8243227.
HSL color Cylindrical-coordinate representation of color #1BC87D: hue angle of 153.99º 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 #1BC87D is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 125 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.22 |
| HSL | 153.99º | 0.76% | 0.45% | - |
| HSV(B) | 153.99º | 0.87% | 0.78% | - |
| XYZ | 24.81 | 43.02 | 26.4 | - |
| YUV | 139.72 | 119.69 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 125 | 0.86 | 0 | 0.38 | 0.22 | 153.99 | 0.76 | 0.45 |
| Hex | 1B | C8 | 7D | 56 | 0 | 26 | 16 | 9A | 4C | 2D |
| Octal | 33 | 310 | 175 | 126 | 0 | 46 | 26 | 232 | 114 | 55 |
| Binary | 11011 | 11001000 | 1111101 | 1010110 | 0 | 100110 | 10110 | 10011010 | 1001100 | 101101 |
Color Harmonies of #1BC87D
Complementary color
Monochromatic Colors of #1BC87D
Black with #1BC87D
Text Example
Text Example
White with #1BC87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC87D; }
p { color: rgb(27,200,125); }
H1.HeaderClassName
{
color: #1BC87D;
}
.AnyTagClassName
{
color: #1BC87D;
}
</style>
background-color css
<style>
a { background-color: #1BC87D; }
a { background-color: rgb(27,200,125); }
div.DivClassName
{
background-color: #1BC87D;
}
.BgClassName
{
background-color: #1BC87D;
}
</style>
border-color css
<style>
span { border-color: #1BC87D; }
span { border-color: rgb(27,200,125); }
td.TdClassName
{
border-color: #1BC87D;
}
.TagClassName
{
border-color: #1BC87D;
}
</style>