Shades of Mountain Meadow #1BCB79
Tints of Mountain Meadow #1BCB79
RGB
CMYK
RGB Variations
Color information
#1BCB79 (or 0x1BCB79) is known color: Mountain Meadow. HEX triplet: 1B, CB and 79. RGB value is (27,203,121). Sum of RGB (Red+Green+Blue) = 27+203+121=351 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.69% from 351); Green value is 203 (79.69% from 255 or 57.83% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 203 - color contains mainly: green. Hex color #1BCB79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BCB79 is #E43486. Grayscale: #8D8D8D. Windows color (decimal): -14955655 or 7981851. OLE color: 7981851.
HSL color Cylindrical-coordinate representation of color #1BCB79: hue angle of 152.05º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCB79 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 203 | 121 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.20 |
| HSL | 152.05º | 0.77% | 0.45% | - |
| HSV(B) | 152.05º | 0.87% | 0.8% | - |
| XYZ | 25.26 | 44.33 | 25.31 | - |
| YUV | 141.03 | 116.69 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 203 | 121 | 0.87 | 0 | 0.40 | 0.20 | 152.05 | 0.77 | 0.45 |
| Hex | 1B | CB | 79 | 57 | 0 | 28 | 14 | 98 | 4D | 2D |
| Octal | 33 | 313 | 171 | 127 | 0 | 50 | 24 | 230 | 115 | 55 |
| Binary | 11011 | 11001011 | 1111001 | 1010111 | 0 | 101000 | 10100 | 10011000 | 1001101 | 101101 |
Color Harmonies of #1BCB79
Complementary color
Monochromatic Colors of #1BCB79
Black with #1BCB79
Text Example
Text Example
White with #1BCB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCB79; }
p { color: rgb(27,203,121); }
H1.HeaderClassName
{
color: #1BCB79;
}
.AnyTagClassName
{
color: #1BCB79;
}
</style>
background-color css
<style>
a { background-color: #1BCB79; }
a { background-color: rgb(27,203,121); }
div.DivClassName
{
background-color: #1BCB79;
}
.BgClassName
{
background-color: #1BCB79;
}
</style>
border-color css
<style>
span { border-color: #1BCB79; }
span { border-color: rgb(27,203,121); }
td.TdClassName
{
border-color: #1BCB79;
}
.TagClassName
{
border-color: #1BCB79;
}
</style>