Shades of Mountain Meadow #1FC57C
Tints of Mountain Meadow #1FC57C
RGB
CMYK
RGB Variations
Color information
#1FC57C (or 0x1FC57C) is known color: Mountain Meadow. HEX triplet: 1F, C5 and 7C. RGB value is (31,197,124). Sum of RGB (Red+Green+Blue) = 31+197+124=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 197 (77.34% from 255 or 55.97% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC57C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC57C is #E03A83. Grayscale: #8B8B8B. Windows color (decimal): -14695044 or 8176927. OLE color: 8176927.
HSL color Cylindrical-coordinate representation of color #1FC57C: hue angle of 153.61º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC57C is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 197 | 124 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.23 |
| HSL | 153.61º | 0.73% | 0.45% | - |
| HSV(B) | 153.61º | 0.84% | 0.77% | - |
| XYZ | 24.17 | 41.68 | 25.84 | - |
| YUV | 139.04 | 119.5 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 124 | 0.84 | 0 | 0.37 | 0.23 | 153.61 | 0.73 | 0.45 |
| Hex | 1F | C5 | 7C | 54 | 0 | 25 | 17 | 9A | 49 | 2D |
| Octal | 37 | 305 | 174 | 124 | 0 | 45 | 27 | 232 | 111 | 55 |
| Binary | 11111 | 11000101 | 1111100 | 1010100 | 0 | 100101 | 10111 | 10011010 | 1001001 | 101101 |
Color Harmonies of #1FC57C
Complementary color
Monochromatic Colors of #1FC57C
Black with #1FC57C
Text Example
Text Example
White with #1FC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC57C; }
p { color: rgb(31,197,124); }
H1.HeaderClassName
{
color: #1FC57C;
}
.AnyTagClassName
{
color: #1FC57C;
}
</style>
background-color css
<style>
a { background-color: #1FC57C; }
a { background-color: rgb(31,197,124); }
div.DivClassName
{
background-color: #1FC57C;
}
.BgClassName
{
background-color: #1FC57C;
}
</style>
border-color css
<style>
span { border-color: #1FC57C; }
span { border-color: rgb(31,197,124); }
td.TdClassName
{
border-color: #1FC57C;
}
.TagClassName
{
border-color: #1FC57C;
}
</style>