Shades of Mountain Meadow #1BC56C
Tints of Mountain Meadow #1BC56C
RGB
CMYK
RGB Variations
Color information
#1BC56C (or 0x1BC56C) is known color: Mountain Meadow. HEX triplet: 1B, C5 and 6C. RGB value is (27,197,108). Sum of RGB (Red+Green+Blue) = 27+197+108=332 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.13% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #1BC56C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC56C is #E43A93. Grayscale: #888888. Windows color (decimal): -14957204 or 7128347. OLE color: 7128347.
HSL color Cylindrical-coordinate representation of color #1BC56C: hue angle of 148.59º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC56C is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 197 | 108 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.23 |
| HSL | 148.59º | 0.76% | 0.44% | - |
| HSV(B) | 148.59º | 0.86% | 0.77% | - |
| XYZ | 23.13 | 41.25 | 20.93 | - |
| YUV | 136.02 | 112.18 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 197 | 108 | 0.86 | 0 | 0.45 | 0.23 | 148.59 | 0.76 | 0.44 |
| Hex | 1B | C5 | 6C | 56 | 0 | 2D | 17 | 95 | 4C | 2C |
| Octal | 33 | 305 | 154 | 126 | 0 | 55 | 27 | 225 | 114 | 54 |
| Binary | 11011 | 11000101 | 1101100 | 1010110 | 0 | 101101 | 10111 | 10010101 | 1001100 | 101100 |
Color Harmonies of #1BC56C
Complementary color
Monochromatic Colors of #1BC56C
Black with #1BC56C
Text Example
Text Example
White with #1BC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC56C; }
p { color: rgb(27,197,108); }
H1.HeaderClassName
{
color: #1BC56C;
}
.AnyTagClassName
{
color: #1BC56C;
}
</style>
background-color css
<style>
a { background-color: #1BC56C; }
a { background-color: rgb(27,197,108); }
div.DivClassName
{
background-color: #1BC56C;
}
.BgClassName
{
background-color: #1BC56C;
}
</style>
border-color css
<style>
span { border-color: #1BC56C; }
span { border-color: rgb(27,197,108); }
td.TdClassName
{
border-color: #1BC56C;
}
.TagClassName
{
border-color: #1BC56C;
}
</style>