Shades of Mountain Meadow #1BC371
Tints of Mountain Meadow #1BC371
RGB
CMYK
RGB Variations
Color information
#1BC371 (or 0x1BC371) is known color: Mountain Meadow. HEX triplet: 1B, C3 and 71. RGB value is (27,195,113). Sum of RGB (Red+Green+Blue) = 27+195+113=335 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.06% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC371 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC371 is #E43C8E. Grayscale: #878787. Windows color (decimal): -14957711 or 7455515. OLE color: 7455515.
HSL color Cylindrical-coordinate representation of color #1BC371: hue angle of 150.71º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC371 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 195 | 113 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.24 |
| HSL | 150.71º | 0.76% | 0.44% | - |
| HSV(B) | 150.71º | 0.86% | 0.76% | - |
| XYZ | 22.95 | 40.46 | 22.22 | - |
| YUV | 135.42 | 115.34 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 195 | 113 | 0.86 | 0 | 0.42 | 0.24 | 150.71 | 0.76 | 0.44 |
| Hex | 1B | C3 | 71 | 56 | 0 | 2A | 18 | 97 | 4C | 2C |
| Octal | 33 | 303 | 161 | 126 | 0 | 52 | 30 | 227 | 114 | 54 |
| Binary | 11011 | 11000011 | 1110001 | 1010110 | 0 | 101010 | 11000 | 10010111 | 1001100 | 101100 |
Color Harmonies of #1BC371
Complementary color
Monochromatic Colors of #1BC371
Black with #1BC371
Text Example
Text Example
White with #1BC371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC371; }
p { color: rgb(27,195,113); }
H1.HeaderClassName
{
color: #1BC371;
}
.AnyTagClassName
{
color: #1BC371;
}
</style>
background-color css
<style>
a { background-color: #1BC371; }
a { background-color: rgb(27,195,113); }
div.DivClassName
{
background-color: #1BC371;
}
.BgClassName
{
background-color: #1BC371;
}
</style>
border-color css
<style>
span { border-color: #1BC371; }
span { border-color: rgb(27,195,113); }
td.TdClassName
{
border-color: #1BC371;
}
.TagClassName
{
border-color: #1BC371;
}
</style>