Shades of Mountain Meadow #1FCB80
Tints of Mountain Meadow #1FCB80
RGB
CMYK
RGB Variations
Color information
#1FCB80 (or 0x1FCB80) is known color: Mountain Meadow. HEX triplet: 1F, CB and 80. RGB value is (31,203,128). Sum of RGB (Red+Green+Blue) = 31+203+128=362 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.56% from 362); Green value is 203 (79.69% from 255 or 56.08% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCB80 is #E0347F. Grayscale: #8F8F8F. Windows color (decimal): -14693504 or 8440607. OLE color: 8440607.
HSL color Cylindrical-coordinate representation of color #1FCB80: hue angle of 153.84º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCB80 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 128 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.20 |
| HSL | 153.84º | 0.74% | 0.46% | - |
| HSV(B) | 153.84º | 0.85% | 0.8% | - |
| XYZ | 25.82 | 44.56 | 27.66 | - |
| YUV | 143.02 | 119.52 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 128 | 0.85 | 0 | 0.37 | 0.20 | 153.84 | 0.74 | 0.46 |
| Hex | 1F | CB | 80 | 55 | 0 | 25 | 14 | 9A | 4A | 2E |
| Octal | 37 | 313 | 200 | 125 | 0 | 45 | 24 | 232 | 112 | 56 |
| Binary | 11111 | 11001011 | 10000000 | 1010101 | 0 | 100101 | 10100 | 10011010 | 1001010 | 101110 |
Color Harmonies of #1FCB80
Complementary color
Monochromatic Colors of #1FCB80
Black with #1FCB80
Text Example
Text Example
White with #1FCB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB80; }
p { color: rgb(31,203,128); }
H1.HeaderClassName
{
color: #1FCB80;
}
.AnyTagClassName
{
color: #1FCB80;
}
</style>
background-color css
<style>
a { background-color: #1FCB80; }
a { background-color: rgb(31,203,128); }
div.DivClassName
{
background-color: #1FCB80;
}
.BgClassName
{
background-color: #1FCB80;
}
</style>
border-color css
<style>
span { border-color: #1FCB80; }
span { border-color: rgb(31,203,128); }
td.TdClassName
{
border-color: #1FCB80;
}
.TagClassName
{
border-color: #1FCB80;
}
</style>