Shades of Mountain Meadow #1FBC80
Tints of Mountain Meadow #1FBC80
RGB
CMYK
RGB Variations
Color information
#1FBC80 (or 0x1FBC80) is known color: Mountain Meadow. HEX triplet: 1F, BC and 80. RGB value is (31,188,128). Sum of RGB (Red+Green+Blue) = 31+188+128=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBC80 is #E0437F. Grayscale: #868686. Windows color (decimal): -14697344 or 8436767. OLE color: 8436767.
HSL color Cylindrical-coordinate representation of color #1FBC80: hue angle of 157.07º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBC80 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 128 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.26 |
| HSL | 157.07º | 0.72% | 0.43% | - |
| HSV(B) | 157.07º | 0.84% | 0.74% | - |
| XYZ | 22.44 | 37.82 | 26.54 | - |
| YUV | 134.22 | 124.49 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 128 | 0.84 | 0 | 0.32 | 0.26 | 157.07 | 0.72 | 0.43 |
| Hex | 1F | BC | 80 | 54 | 0 | 20 | 1A | 9D | 48 | 2B |
| Octal | 37 | 274 | 200 | 124 | 0 | 40 | 32 | 235 | 110 | 53 |
| Binary | 11111 | 10111100 | 10000000 | 1010100 | 0 | 100000 | 11010 | 10011101 | 1001000 | 101011 |
Color Harmonies of #1FBC80
Complementary color
Monochromatic Colors of #1FBC80
Black with #1FBC80
Text Example
Text Example
White with #1FBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC80; }
p { color: rgb(31,188,128); }
H1.HeaderClassName
{
color: #1FBC80;
}
.AnyTagClassName
{
color: #1FBC80;
}
</style>
background-color css
<style>
a { background-color: #1FBC80; }
a { background-color: rgb(31,188,128); }
div.DivClassName
{
background-color: #1FBC80;
}
.BgClassName
{
background-color: #1FBC80;
}
</style>
border-color css
<style>
span { border-color: #1FBC80; }
span { border-color: rgb(31,188,128); }
td.TdClassName
{
border-color: #1FBC80;
}
.TagClassName
{
border-color: #1FBC80;
}
</style>